派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-03-31 4a24f547e1da215d25a88e2e0d79d20e013847c1
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)
    }
  }