Interface HonuaOgcRecordCollectionOptions

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

Properties

basePath?: string

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

client: HonuaClient
collectionId: string | number