-
Code snippet to export Map() to a file import leafmap
m_leafmap = leafmap.Map()
m_leafmap.save('leafmap_export.html') Error seen in my browser console - Version 91.0.4472.77 (Official Build) (x86_64) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
This is a known issue with ipyleaflet. See jupyter-widgets/ipyleaflet#841. Try the following code and see if you get the same error. If it is, then it is an issue that should be fixed by ipyleaflet.
|
Beta Was this translation helpful? Give feedback.
-
@helincao This issue has been fixed by @sackh. Please update leafmap using |
Beta Was this translation helpful? Give feedback.
-
It works great! Thanks! |
Beta Was this translation helpful? Give feedback.
This is a known issue with ipyleaflet. See jupyter-widgets/ipyleaflet#841. Try the following code and see if you get the same error. If it is, then it is an issue that should be fixed by ipyleaflet.