Skip to content

Commit aff00cf

Browse files
authored
Update map.py
set max_bounds to False as default
1 parent 7762bf1 commit aff00cf

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
@@ -168,7 +168,7 @@ def __init__(self, location=None, width='100%', height='100%',
168168
tiles='OpenStreetMap', API_key=None, max_zoom=18, min_zoom=1,
169169
zoom_start=10, continuous_world=False, world_copy_jump=False,
170170
no_wrap=False, attr=None, min_lat=-90, max_lat=90,
171-
min_lon=-180, max_lon=180, max_bounds=True,
171+
min_lon=-180, max_lon=180, max_bounds=False,
172172
detect_retina=False, crs='EPSG3857', control_scale=False,
173173
prefer_canvas=False, no_touch=False, disable_3d=False,
174174
subdomains='abc', png_enabled=False):

0 commit comments

Comments
 (0)