Skip to content
Advertisement

Tag: geoserver

How to programmatically update data in WFS geoserver layer

I am building an application where the user retrieves all the features of a geoserver layer (store: postgres) and display them on a table. For doing this I use the OWSLib (get_feature). Now I need to add the functionality of editing the data (WFS-T). As far as I know OWSLib doesn’t provide an add/update feature functionality. What would be the

Advertisement