Hi there,
Is it possible using WfsFeatureLayer to update attribute value in the shapefile served by Geoserver using WFS.
Regards,
Gonçalo
WFS update shapefile attribute
Hi Gonçalo,
It looks WfsFeatureLayer mainly for get source from server but don’t support modify data in server.
If you want to pass any special command back to server, I think you can modify the request in SendingWebRequest event, but it’s not recommended.
Regards,
Don