Published
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.
Learn more