Interface HonuaOgcConformanceResponse

Response from OGC API conformance (/ogc/features/conformance).

interface HonuaOgcConformanceResponse {
    cache?: HonuaCacheState;
    conformsTo: string[];
}

Properties

Properties

conformsTo: string[]