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
Is your feature request related to a problem? Please describe.
I was using folium and did not realize that the fit_bounds function requires 4326 points even when your data is in 3857 or other crs
Describe the solution you'd like
Allowing other wkids for the fit_bounds would be awesome
Describe alternatives you've considered
The workaround I'm using is just projecting my data to 4326 or projecting the bounds to 4326