UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

7 lines (6 loc) 153 B
declare enum GeoEvents { CustomEventType = "GeoGirafe.App", undoDraw = "undoDraw", zoomToExtent = "zoomToExtent" } export default GeoEvents;