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
Hi,
I encountered out of range (-180, 180) for longitude when clicking anywhere on the base map outside of America.
The map_data dict is provided below.
Thanks,
Daniel
I have confirmed that this issue can be reproduced by map scrolling operation that goes around the world.
Streamlit: 1.37.1
streamlit-folium: 0.22.0
folium: 0.17.0
Hi,
I encountered out of range (-180, 180) for longitude when clicking anywhere on the base map outside of America.
The map_data dict is provided below.
Thanks,
Daniel
{'last_clicked': {'lat': 33.32536477421004, 'lng': -283.24951171875006}, 'last_object_clicked': None, 'last_object_clicked_tooltip': None, 'last_object_clicked_popup': None, 'all_drawings': None, 'last_active_drawing': None, 'bounds': {'_southWest': {'lat': -20.587152620582795, 'lng': -293.97216796875006}, '_northEast': {'lat': 64.18934150700069, 'lng': -223.65966796875003}}, 'zoom': 3, 'last_circle_radius': None, 'last_circle_polygon': None, 'center': {'lat': 30.187276619492078, 'lng': -258.81591796875006}}
The text was updated successfully, but these errors were encountered: