Interface HonuaOgcFeaturesOptions

interface HonuaOgcFeaturesOptions {
    client: HonuaClient;
    layout?: OgcApiLayoutMode;
}

Properties

Properties

client: HonuaClient
layout?: OgcApiLayoutMode

Endpoint-layout discovery mode. honua-facade (default) uses the fixed /ogc/features/... fast path; ogc-api / auto discover the layout from the server landing page so the surface works against raw pygeoapi / ldproxy / GeoServer OGC API endpoints.