Interface HonuaOgcTilesOptions

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

Properties

Properties

basePath?: string

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

client: HonuaClient