Platform
Resources
Pricing
Sign in
Get started
gjrichter
Workspace
Fork
Published
By
gjrichter
Edited
May 19, 2021
1 fork
Insert cell
Insert cell
{
let
div
=
html
`<div id="map_div">
<iframe id="map1" width="100%" height="650" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://gjrichter.github.io/ixmaps/ui/dispatch.htm?name=map1&ui=embed&legend=1&scrollsafe=1"></iframe></div>`
;
yield
div
}
Insert cell
Insert cell
ixmaps
=
require
(
'https://gjrichter.github.io/ixmaps/ui/js/htmlgui_api.js'
)
Insert cell
Insert cell
ixmaps
.
waitForMap
(
'map1'
,
map
=>
map
.
setView
(
[
41.9287029522345
,
12.474954128265383
]
,
14
)
.
setMapTypeId
(
"CartoDB - Dark matter"
)
.
loadMap
(
"https://s3.eu-central-1.amazonaws.com/maps.ixmaps.com/DPC-Aggregati-Strutturali_ITI/Roma_geo.svgz"
)
)
;
Insert cell
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
ixmaps
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML