@versatiles/style
    Preparing search index...

    Type Alias ProtomapsLayer

    The Protomaps Basemap schema, read from the daily planet build's PMTiles metadata — Protomaps publishes no TileJSON, so the schema lives inside the archive. Prose specification: https://docs.protomaps.com/basemaps/layers

    Attribution required by the tileset: "© OpenStreetMap contributors, © Protomaps".

    Two things set this schema apart from the others: it reaches z15 where Shortbread and OpenMapTiles stop at z14, and it classifies with kind / kind_detail rather than class / subclass.

    Generated from https://build.protomaps.com/20260913.pmtiles v4.15.2 by npm run vendor-schema. Do not edit by hand; re-run the script instead, and use npm run vendor-schema -- <name> --check to find out whether this file has gone stale.

    type ProtomapsLayer = {
        fields: readonly string[];
        maxzoom: number;
        minzoom: number;
    }
    Index
    fields: readonly string[]
    maxzoom: number
    minzoom: number