You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 15, 2020. It is now read-only.
So that the map automatically "fits" the geographic range of the facilities being displayed.
This can be done by removing the
zoom
parameter and adding:bounds = m.get_bounds() m.fit_bounds(bounds)
before
return m
The text was updated successfully, but these errors were encountered: