Questions tagged [wfs-t]
Web Feature Service Transactions
235 questions
1
vote
0
answers
32
views
Editing control by Roles in WFS in QGIS
How can I make layer-level editing settings in GeoServer in the WFS service? I want to limit access to layered editing to a selective group (Role editor), only for this Role. In this case, editing via ...
1
vote
0
answers
146
views
QField not able to load password protected WMS and WFS layers
I am building a system where a QField user would be able to edit a point layer that is stored in PostGIS database and shared to the QField/QGIS workspace through a password protected WFS-T connection ...
1
vote
0
answers
57
views
Updating a cadastral feature hosted in Geoserver with an empty WFS through QGIS
I've looked through the similar questions and did not find what I'm looking for.
We have hosted a cadastral shapefile in Geoserver. We need to update this cadastral feature with new parcels, but we ...
0
votes
0
answers
47
views
GeoServer WFS Transaction is giving different result that the body
I'm trying to add new entry in my layer using WFS Transaction. my request is working fine and I'm getting 200 OK when executing. my body looks like
<wfs:Transaction service="WFS" version=&...
0
votes
0
answers
55
views
Editing WFS-T polygon layer gives me random geometry shape instead of current displayed geometry
I have this setup:
1-Postgis polygon layer
2-Published layer in Geoserver (granted access to everyone)
3-Configured workspace for all possible services including WFS-T
4-Disabled cached layer ...
1
vote
0
answers
58
views
How to call WFS from a WPS in GeoServer
I have a custom WPS process, and from that, I need to call WFS to insert Transaction request, because I don't want to make two requests. I tried looking into GeoServer transaction test code but was ...
0
votes
1
answer
85
views
Geoserver Replace wfs transaction is not working with a postgres table containing multi type geometry [closed]
Does anybody have a solution for making Geoserver work with WFS-T replace on multi-type geometry layer? When I replace any feature, it gets updated as POINT(0,0). Is it geoserver Internal problem?
WFS-...
0
votes
1
answer
105
views
GeoServer wfs-update {https://domain.com/workspace}ParticelleStrade is read-only
I'm trying to make wfs-insert and wfs-update workable for my hosted GeoServer.
I have made sure following things
user auth I'm passing has role as Admin
in WFS service level - Complete
in Data for *.*...
0
votes
0
answers
248
views
QGIS server WFS/OAPIF Post request hangs on: WARNING [13]: attr: name=Description idx=0 value=Test
Short
I am currently experiencing QGIS server with transactions using WFS/OAPIF, namely for doing POST requests.
To to this end, I'm using a Docker image (either [1] or [2]; the same problem as the ...
1
vote
0
answers
124
views
Setting up a custom attribute form to a WFS-T in GeoServer
Does GeoServer allow to apply a default style containing a custom attribute form to a WFS-T layer in GeoServer? Maybe it's not possible ?
I have loaded my QML file in the GeoServer style editor but no ...
2
votes
1
answer
274
views
GeoTools WFS Transaction modifyfeatures problem: WFSException: Invalid value for property the_geom
I'm using GeoTools WFS package to update features in GeoServer. I don't have any problem with updating literal attributes, but when I tried to modify the geometry of features I got the following error ...
2
votes
2
answers
108
views
Override WFS for transactions only
WFS service in Mapserver directly changes the PostgreSQL table whenever performing a transaction operation such as insert, update or delete.
I want a solution which gives me control over what happens ...
0
votes
1
answer
51
views
Drawing polygon elements inside layer of line type
I solved the method of drawing on a map using wfs-t on the vector layer I published and storing it in that layer.
I'm asking you a question because there's a problem while testing various things
It is ...
0
votes
0
answers
191
views
Adding a newly drawn feature in the published layer in the WFS-T function?
This time, I would like to use the wfs-t function of OpenLayer for the first time, and update and add function to the layer issued to geoserver.
The update functionality is fully operational through ...
0
votes
0
answers
111
views
GeoServer, Raise java.io.IOException: Wrong magic number, expected 9994, got 51775770
When I try to use transaction to insert or delete data to WFS service, I get this error. My geoservervr version is 2.21.0. I have checked and the shapefiles served by wfs are available normally and ...