UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

11 lines (10 loc) 216 B
// SPDX-License-Identifier: Apache-2.0 class LayerConsts { static get LayerOsmId() { return -1; } static get LayerSwisstopoVectorTilesId() { return -2; } } export default LayerConsts;