Skip to content

Outdoor map

outdoor is the style built for trails and relief. Hillshade is drawn where the terrain tiles have data. Terrain coverage is Canada-wide, from NRCan's 30 m MRDEM, tiled to z12.

live result
the code that produced it
import { Unmap } from "@unmap/sdk";

const unmap = new Unmap({
  key: "um_live_...",
  container: "map",
  style: "outdoor",
  mode: "light",
  center: [-114.0719, 51.0447],
  zoom: 11,
});

This is still a 2D map with hillshade, not a 3D terrain mesh. Contours are a separate tile source (/contours/{z}/{x}/{y}) that the outdoor style already requests.

Maps API documents the terrain and contour endpoints.