Interface APIConfig

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

Properties

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