Interface HonuaMapLibreVectorSourceOptions

interface HonuaMapLibreVectorSourceOptions {
    maxzoom?: number;
    minzoom?: number;
    tileMatrixSetId?: string;
}

Properties

maxzoom?: number

Override the maxzoom of the produced source.

minzoom?: number

Override the minzoom of the produced source.

tileMatrixSetId?: string

Tile-matrix-set to template against. Defaults to WebMercatorQuad.