We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When scrolling even on the example the lng builds up when you warp around the world.
This is my first time posting an issue anywhere please let me know if I need include any other information.
The text was updated successfully, but these errors were encountered:
Hi @wrenchInTheWorks -
When you say "build up", you're talking about the values being outside of the -180, 180 bounds?
Sorry, something went wrong.
It appears this is the default behavior in leaflet (the library that Folium wraps, that we wrap for this package 😅):
https://stackoverflow.com/questions/18063278/leaflet-getbounds-returning-longitudes-greater-than-180
@blackary, I'm not sure I even understand why you'd not want to wrap the values. Do you think we should add a keyword argument to st_folium?
st_folium
Hi Randy, Apologies for not getting back to you.
Yes, I was informed by my flatmate who is a geographer this is quite common for maps to do, my apologies for creating a fuss.
I'm passing values from a drawn box on the map to open topography which needs wrapped coordinates to download DEMs.
I will wrap the values in my code.
Cheers, Michael
No bother at all, it's definitely a weird default!
blackary
No branches or pull requests
When scrolling even on the example the lng builds up when you warp around the world.
This is my first time posting an issue anywhere please let me know if I need include any other information.
The text was updated successfully, but these errors were encountered: