Interface HonuaOgcCollectionsResponse

Response from OGC API collections listing (/ogc/features/collections).

interface HonuaOgcCollectionsResponse {
    cache?: HonuaCacheState;
    collections: HonuaOgcCollectionSummary[];
    links?: HonuaOgcLink[];
}

Properties

links?: HonuaOgcLink[]