派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-04-22 38fea8139670d34cedea336fbd1ba34fc92bcf02
src/components/LayerController/service/WfsLayerService.js
@@ -35,6 +35,7 @@
  }
  draw (features) {
    if (features && features.length > 0) {
    const icon = this.config.icon
    const styles = this.config.styles
    Object.assign(STYLES, styles)
@@ -78,6 +79,7 @@
    }).addTo(this.layer)
    setZIndex(geojsonLayer)
  }
  }
  mouseOverListener (e, layer) {
    const icon = this.config.icon