派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-04-01 1c42f00dc9084bdd36cc399547e753a701444625
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) => {