派生自 wuyushui/SewerAndRainNetwork

wangqi
2021-03-31 24d2724aaf2f8331fc179c87595eb9a4720cf8a9
src/components/LayerController/logic/SolidWaste.js
@@ -14,7 +14,6 @@
   * @param L leaflet对象
   */
  this.init = async (layer, L) => {
    // const SolidWasteIcon = this.SolidWasteIcon()
    this.animalService = new AnimalService({
      L: L,
      layer: layer
@@ -38,7 +37,6 @@
          iconAnchor: [25, 25]
        })
      })
      layer.addLayer(marker)
    }
  }