@versatiles/style
    Preparing search index...

    Type Alias OmtUrlsOptions

    OpenMapTiles URLs. omt replaces osm as the vector tile source, and unlike every other URL here it does not default relative to base: the VersaTiles CDN serves Shortbread tiles, so there is no OpenMapTiles tileset behind it. Glyphs, sprites and elevation still come from base — those are the style's own assets, not the tileset's.

    type OmtUrlsOptions = {
        base?: string;
        elevation?: TileSource;
        glyphsPattern?: string;
        omt?: TileSource;
        sprite?: SpriteEntries;
    }
    Index
    base?: string
    elevation?: TileSource
    glyphsPattern?: string
    sprite?: SpriteEntries