Published
Edited
Nov 30, 2021
Insert cell
Insert cell
Insert cell
mapSDK = import('https://unpkg.com/@unfolded/map-sdk@0.3.1/dist/index.js?module')
Insert cell
Insert cell
unfoldedMap = mapSDK.createMap({
mapUUID: '8ee733b6-f57c-40ac-8ed2-558c93bce98e',
embed: false,
appendToDocument: false,
width: width,
height: 600,
});
Insert cell
Insert cell
Insert cell
viewof map = {
unfoldedMap.setMapEventHandlers({
onLoad: () => {
unfoldedMap.setViewState({
longitude: -96.4247,
latitude: 31.51073,
zoom: 1
});
}
});
yield unfoldedMap.iframe;
}
Insert cell
Insert cell
Insert cell
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