All examplesMaps
Mining map
profile: "mining" 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: "mining",
center: [-114.5, 56],
zoom: 6,
});Tile requests 404 until pipeline/layers fetch/brand/upload lands the archives;
the basemap still renders. A key without the mining add-on still gets the basemap;
asking for a mining overlay explicitly is 403 addon_required. Tenure in this preset
is energy.mineral-tenure. Identify mining overlays via /identify (Land extra tables)
once mining_*.copy is baked. There is no mining search grammar.
import { Unmap } from "@unmap/sdk";
const unmap = new Unmap({
key: "um_live_...",
container: "map",
style: "muted",
profile: "mining",
center: [-114.5, 56],
zoom: 6,
});Mining profile and Layers have the catalog and the coverage caveats.