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