派生自 wuyushui/SewerAndRainNetwork

wangqi
2021-03-31 c803e406172652e17ca874ad6dc077ba1cd7cf4a
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) => {