Interface HonuaOgcCollectionMapOptions

interface HonuaOgcCollectionMapOptions {
    basePath?: string;
    client: HonuaClient;
    collectionId: string | number;
    styleId?: string;
}

Properties

basePath?: string

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

client: HonuaClient
collectionId: string | number
styleId?: string