ggc-library
    Preparing search index...

    Interface voor het configureren van webservices.

    interface Webservice {
        layers: AbstractConfigurableLayerOptions[];
        title?: string;
        type: Webservice2DType;
        url: string;
    }
    Index

    Properties

    Properties

    Kaartlagen die van de service opgehaald worden

    title?: string

    Optioneel: titel van de service

    Type service

    url: string

    URL van de service