ngeo
    Preparing search index...

    Interface GmfThemesResponse

    interface GmfThemesResponse {
        background_layers: (GmfLayer | GmfGroup)[];
        errors: string[];
        ogcServers: {};
        themes: GmfTheme[];
    }
    Index

    Properties

    background_layers: (GmfLayer | GmfGroup)[]
    errors: string[]
    ogcServers: {}
    themes: GmfTheme[]