派生自 wuyushui/SewerAndRainNetwork

zhangshuaibao
2021-04-01 cb0e263d36be16efbfbbb27f02139749f7ef5c2c
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) => {