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
Describe the bug
I have a plot which I'd like to export as png so I'm using the _to_png feature. Ideally I'd like a zoom level of around 4.5 - my plot should cover from Madrid to St.Petersburg (roughly) - but I cannot provide this. When I provide bounds the image I get out doesn't seem to be obeying them.
I appreciate this is likely a function of dynamic window resizing, but exporting as png should be able to adhere to the provided bounds despite the png support being via selenium.
Describe the bug
I have a plot which I'd like to export as
png
so I'm using the_to_png
feature. Ideally I'd like a zoom level of around 4.5 - my plot should cover from Madrid to St.Petersburg (roughly) - but I cannot provide this. When I provide bounds the image I get out doesn't seem to be obeying them.I appreciate this is likely a function of dynamic window resizing, but exporting as
png
should be able to adhere to the provided bounds despite thepng
support being via selenium.To Reproduce
Expected behavior
A
png
file contained within the provided boundsEnvironment (please complete the following information):
import sys; print(sys.version_info)
) 3.12.1import folium; print(folium.__version__)
) 0.15.1import branca; print(branca.__version__)
) 0.7.1The text was updated successfully, but these errors were encountered: