@versatiles/style
    Preparing search index...

    Type Alias ProtomapsUrlsOptions

    Protomaps URLs. Like OpenMapTiles, the vector source does not default relative to base — the VersaTiles CDN serves Shortbread tiles — but unlike it there is no hosted endpoint to fall back on either: Protomaps publishes a PMTiles archive and its docs discourage hotlinking the daily builds. So protomaps has no default, normally a pmtiles:// URL the MapLibre plugin resolves.

    type ProtomapsUrlsOptions = {
        base?: string;
        elevation?: TileSource;
        glyphsPattern?: string;
        protomaps?: TileSource;
        sprite?: SpriteEntries;
    }
    Index
    base?: string
    elevation?: TileSource
    glyphsPattern?: string
    protomaps?: TileSource
    sprite?: SpriteEntries