Saving map to html creates a blank webpage
See original GitHub issueSaving the map to html runs without any issue. However, when opening the HTML, the page is blank (see this link). You can view the page source to see its content. Related issue https://github.com/giswqs/leafmap/discussions/23
import ipyleaflet #v0.13.6
m = ipyleaflet.Map()
m.save("mymap.html")
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
HTML page is blank after using folium to create map
1 Answer. Save this answer. Show activity on this post. If there are quotes (') in the string, you will get a blank...
Read more >Blank, Draft and Saved Maps - CalTopo Training
CalTopo has three basic types of maps: blank, draft (also known as unsaved) and saved maps. While you can share a blank map...
Read more >HTML map tag - W3Schools
The <map> tag is used to define an image map. An image map is an image with clickable areas. The required name attribute...
Read more >4. Creating a Simple Page: (HTML Overview) - Learning Web ...
On the “New Document” tab, select “Plain text”. On the “Open and Save” tab, select “Ignore rich text commands in HTML files” and...
Read more ><a>: The Anchor element - HTML: HyperText Markup Language
The HTML element (or anchor element), with its href attribute, creates a hyperlink to web pages, files, email addresses, locations in the ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you @martinRenou. I will change it to
@here/map-widget-for-jupyter
. and I will update here if this works.ipywidgets should handle scopes properly, it uses a specific scope itself.
So maybe the issue comes from the missing scope here? https://github.com/heremaps/here-map-widget-for-jupyter/blob/master/here_map_widget/map.py#L69