All examplesMaps
Show the globe
The same map, drawn as a sphere. Pass projection: "globe" and a low zoom.
live result
the code that produced it
import { Unmap } from "@unmap/sdk";
const unmap = new Unmap({
key: "um_live_...",
container: "map",
projection: "globe",
center: [-96, 56],
zoom: 0,
});unmap tiles Canada. At globe zooms the country sits on the sphere; tiles outside the archive are empty. A city centre without a zoom still frames the city, not the planet.
Maps API documents every style.