UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

18 lines (17 loc) 395 B
export declare class MapContextMenuState { position: [number, number] | null; projection: string | null; crs: { code: string; translation: string; format: 'decimal' | 'dms'; precision: number; }[]; sources: { id: string; url: string; crs: string; translation: string; content: string | null; }[]; }