Interface RewriteStyleTilesForOfflineRegionOptions

interface RewriteStyleTilesForOfflineRegionOptions {
    scheme?: string;
    sourceIds: readonly string[];
    tileMatrixSetId?: string;
}

Properties

scheme?: string

Protocol scheme. Defaults to "offline-region".

sourceIds: readonly string[]

Style source ids to serve from the region. Only these are considered.

tileMatrixSetId?: string

Tile-matrix-set segment of the rewritten URL. Defaults to "default".