Interface HonuaOgcRecordsOptions

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

Properties

Properties

basePath?: string

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

client: HonuaClient