We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0f09a commit f602678Copy full SHA for f602678
.github/workflows/test_geopandas.yml
@@ -45,4 +45,4 @@ jobs:
45
- name: Run Geopandas tests
46
run: |
47
cd geopandas
48
- pytest geopandas/tests/test_explore.py
+ pytest -r a geopandas/tests/test_explore.py
folium/folium.py
@@ -259,7 +259,7 @@ def __init__(
259
no_touch: bool = False,
260
disable_3d: bool = False,
261
png_enabled: bool = False,
262
- zoom_control: Union[bool, str] = False,
+ zoom_control: Union[bool, str] = True,
263
font_size: str = "1rem",
264
**kwargs: TypeJsonValue,
265
):
0 commit comments