src/components/helpers/BasemapHelper.js
@@ -7,10 +7,10 @@ class BasemapHelper { constructor (options) { this.map = options.map this.L = options.L this.L = window.L this.basemapList = [] this.basemapMap = new Map() this.basemapLayerGroup = options.L.layerGroup().addTo(options.map) this.basemapLayerGroup = this.L.layerGroup().addTo(options.map) } /**