src/components/LayerController/logic/WasteGas.js
@@ -31,6 +31,7 @@ var iconUrl = this.differentTypes(ContrLevel) const marker = L.marker.magic([positionX, positionY], { test: data[i], icon: L.icon({ iconUrl: iconUrl, iconSize: [50, 50], @@ -44,7 +45,7 @@ this.bindTooltip = (layer) => { console.log(layer) return '废气点' return layer.options.test.Name } this.clickListener = async (e) => {