src/components/LayerController/service/WfsLayerService.js
@@ -29,7 +29,10 @@ } loadData (wfsUrl) { AjaxUtils.get4JsonDataByUrl(wfsUrl, this.params, (res) => this.draw(res.data.features)) AjaxUtils.get4JsonDataByUrl(wfsUrl, this.params, (res) => { console.log(res) this.draw(res.data.features) }) } draw (features) {