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

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more