UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

10 lines (9 loc) 177 B
class LayerConsts { static get LayerOsmId() { return -1; } static get LayerSwisstopoVectorTilesId() { return -2; } } export default LayerConsts;