src/components/helpers/ServiceLayerHelper.js
@@ -8,6 +8,7 @@ this.L = options.L this.tileLayersMap = new Map() this.tileLayersArray = [] this.mapConfig = {} } /** @@ -15,6 +16,7 @@ */ initServiceLayers(mapConfig){ console.log(mapConfig) this.mapConfig = mapConfig } /**