question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Saving map to html creates a blank webpage

See original GitHub issue

Saving 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:closed
  • Created 2 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
sackhcommented, Jun 15, 2021

Thank you @martinRenou. I will change it to @here/map-widget-for-jupyter. and I will update here if this works.

1reaction
martinRenoucommented, Jun 15, 2021

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found