ggc-library
    Preparing search index...

    Type Alias ServiceCapabilities

    ServiceCapabilities object bevat de layers van een WMS, WMTS of OGCAPI service.

    type ServiceCapabilities = {
        abstract?: string;
        layers: CapabilitiesServiceLayer[];
        title?: string;
        type: string;
        url: string;
    }
    Index

    Properties

    abstract?: string

    Abstract, korte omschrijving van de service

    Layers van de service

    title?: string

    Titel van de service

    type: string

    Type van de service: WMS, WMTS of OGCAPI

    url: string

    URL van de service