Skip to content

Commit b9690bd

Browse files
committed
Revert "break the geopandas tests"
This reverts commit c24b132.
1 parent 1b8dc42 commit b9690bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

folium/folium.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def __init__(
243243
left: Union[str, float] = "0%",
244244
top: Union[str, float] = "0%",
245245
position: str = "relative",
246-
tiles: Union[str, TileLayer, None] = "CartDbPositron",
246+
tiles: Union[str, TileLayer, None] = "OpenStreetMap",
247247
attr: Optional[str] = None,
248248
min_zoom: Optional[int] = None,
249249
max_zoom: Optional[int] = None,

0 commit comments

Comments
 (0)