UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

5 lines (4 loc) 227 B
import LayerWms from '../../models/layers/layerwms'; import ServerOgc from '../../models/serverogc'; export declare const mockOgcServers: Record<string, ServerOgc>; export declare const mockWmsLayers: Record<string, LayerWms>;