ngeo
    Preparing search index...

    Interface APIConfig

    interface APIConfig {
        backgroundLayer?: string;
        extent?: number[];
        localeUrl?: string;
        projection?: string;
        projections?: {};
        queryableLayers?: string[];
        resolutions?: number[];
        searchUrl?: string;
        themesUrl?: string;
    }
    Index

    Properties

    backgroundLayer?: string
    extent?: number[]
    localeUrl?: string
    projection?: string
    projections?: {}
    queryableLayers?: string[]
    resolutions?: number[]
    searchUrl?: string
    themesUrl?: string