From roman.meier at gismap.ch Wed Oct 7 01:31:26 2020 From: roman.meier at gismap.ch (roman.meier at gismap.ch) Date: Wed, 7 Oct 2020 10:31:26 +0200 (CEST) Subject: [qgis-qwc2] Feature editing Message-ID: <594724491.175313.1602059490699@office.hostpoint.ch> Hi folks, I was able to set up feature editing using the data service. According to EditingInterface.js we have 4 methods, which are getFeature, addFeature, editFeature and deleteFeature. The addFeature works beautifully and allows me to create features like points and regions. Why is editFeature and deleteFeature not working? Is it still missing in the backend? Also, the editing interface offers two options, "Pick" and "Draw". "Draw" is as mentioned above working nicely allowing to create new features. How about "Pick"? The data service debugger logs a GET call but nothing actually happens beside doing just that. What am I missing here? Kind regards, Roman