Constructors

Properties

Methods

Constructors

Properties

mockConfig: {
    basemaps: {
        defaultBasemap: string;
        OSM: boolean;
        SwissTopoVectorTiles: boolean;
    };
    general: { locale: string; logLevel: string };
    languages: { defaultLanguage: string; translations: { fr: string[] } };
    lidar: { url: string };
    map: {
        maxExtent: string;
        scales: number[];
        srid: string;
        startPosition: string;
        startZoom: string;
    };
    offline: { downloadEndZoom: number; downloadStartZoom: number };
    print: { url: string };
    projections: { "EPSG:3857": string };
    search: { url: string };
    share: { createUrl: string };
    themes: { url: string };
} = ...

Methods