src/components/helpers/BasemapHelper.js
@@ -11,6 +11,7 @@ this.basemapList = [] this.basemapMap = new Map() this.basemapLayerGroup = this.L.layerGroup().addTo(options.map) this.currentBaseMapCode = null } /** @@ -58,6 +59,8 @@ this.basemapLayerGroup.addLayer(basemap.layer) if (showAnnotation) { this.basemapLayerGroup.addLayer(basemap.annotation) } else { this.basemapLayerGroup.removeLayer(basemap.annotation) } }