Skip to content

Commit 68686e8

Browse files
authored
Merge pull request #641 from rdd9999/rdd9999-patch-1
Update map.py to set max_bounds to False as default
2 parents be35c52 + aff00cf commit 68686e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

folium/map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def __init__(self, location=None, width='100%', height='100%',
172172
tiles='OpenStreetMap', API_key=None, max_zoom=18, min_zoom=1,
173173
zoom_start=10, continuous_world=False, world_copy_jump=False,
174174
no_wrap=False, attr=None, min_lat=-90, max_lat=90,
175-
min_lon=-180, max_lon=180, max_bounds=True,
175+
min_lon=-180, max_lon=180, max_bounds=False,
176176
detect_retina=False, crs='EPSG3857', control_scale=False,
177177
prefer_canvas=False, no_touch=False, disable_3d=False,
178178
subdomains='abc', png_enabled=False):

0 commit comments

Comments
 (0)