Interface HonuaOgcTilesetOptions

interface HonuaOgcTilesetOptions {
    basePath?: string;
    client: HonuaClient;
    collectionId: string | number;
    tileMatrixSetId: string;
}

Properties

basePath?: string

Raw endpoint path prefix (defaults to the Honua facade /ogc/tiles).

client: HonuaClient
collectionId: string | number
tileMatrixSetId: string