Interface HonuaOgcMapsOptions

interface HonuaOgcMapsOptions {
    basePath?: string;
    client: HonuaClient;
}

Properties

Properties

basePath?: string

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

client: HonuaClient