Replies: 2 comments
-
Try the following and see if you encounter the same issue. import ipyleaflet
m = ipylealet.Map()
m.save('map.html') |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's working for me, the map is not freezing more. Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I am getting a problem when I create a simple map using the leafmap module.
I use just this code to create the map:
When I open the file created in the browser (I am using the Google Chrome), I click to move the map and the map freeze. I saw the console and there was the error:
Uncaught Error: Invalid LatLng object: (-13.188724421888733, NaN)
. I try find something about it, but nothing works.Can someone help me?
Beta Was this translation helpful? Give feedback.
All reactions