All examplesMaps
Remote map
profile: "remote" is a composition preset, not a style. Prefer muted so customer
markers stay visually dominant.
live result
the code that produced it
import { Unmap } from "@unmap/sdk";
const unmap = new Unmap({
key: "um_live_...",
container: "map",
style: "muted",
profile: "remote",
center: [-114.3718, 62.454],
zoom: 6,
});remote.airports overlay tiles are live on R2 (remote.roads was retired on 2026-09-15; the
basemap's own roads layer reaches z15). The basemap still renders if an archive is missing. A key
without the remote add-on still gets the basemap and the core layers in the preset; asking for
remote.airports explicitly is 403 addon_required. This is visualization only. It is not winter-road routing.
import { Unmap } from "@unmap/sdk";
const unmap = new Unmap({
key: "um_live_...",
container: "map",
style: "muted",
profile: "remote",
center: [-114.3718, 62.454],
zoom: 6,
});Remote profile and Layers have the catalog and the coverage caveats.