派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-04-20 17354c5ec70500c5467060f9cc5649d5c1ce23a0
src/components/LayerController/service/WfsLayerService.js
@@ -3,6 +3,7 @@
 */
import { STYLES } from '../../../conf/Constants'
import AjaxUtils from '../../../utils/AjaxUtils'
import { setZIndex } from '../../../utils/utils'
class WfsLayerService {
  constructor (config) {
@@ -75,7 +76,7 @@
          .on('mouseover', (e) => this.mouseOverListener(e, layer)).on('mouseout', (e) => this.mouseOutListener(e, layer))
      }
    }).addTo(this.layer)
    window.layerFactory.setZIndex(geojsonLayer)
    setZIndex(geojsonLayer)
  }
  mouseOverListener (e, layer) {