Interface HonuaOgcLandingResponse

Response from the OGC API landing page (/ogc/features).

interface HonuaOgcLandingResponse {
    cache?: HonuaCacheState;
    description?: string;
    links?: HonuaOgcLink[];
    title?: string;
}

Hierarchy (view full)

Properties

description?: string
links?: HonuaOgcLink[]
title?: string