UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

9 lines (8 loc) 279 B
// SPDX-License-Identifier: Apache-2.0 var GeoEvents; (function (GeoEvents) { GeoEvents["CustomEventType"] = "GeoGirafe.App"; GeoEvents["undoDraw"] = "undoDraw"; GeoEvents["zoomToExtent"] = "zoomToExtent"; })(GeoEvents || (GeoEvents = {})); export default GeoEvents;