UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

10 lines (9 loc) 182 B
// SPDX-License-Identifier: Apache-2.0 export class MapContextMenuState { visible = false; position; projection = null; crs = []; sources = []; links = []; }