src/components/helpers/MapManager.js
@@ -30,8 +30,10 @@ this.loadWfsDatas(e.latlng).then((res) => { if (res.features.length > 0) { highlight(res.features[0]) if (this.clickDialogSwitch) { openPropsPopup(e.latlng, res.features) } } }) }) }