Web Feature Service Transactions

learn more… | top users | synonyms

1
vote
1answer
24 views

Is WFS:native mandatory to get OGC compliance?

I am a newbie to this domain. I am using WFS 1.1.0 and found out that is has a wfs: native operation. I wanted to know whether I can get OGC compliance without implementing WFS: native or is it ...
0
votes
1answer
176 views

How to auto-update WFST store with GeoExt/Openlayers?

I built an WFS-T with a grid panel (Ext.grid.EditorGridPanel) to edit features' attributes. Now, I want the feature store (GeoExt.data.FeatureStore) to reload/update automatically so that other users ...
5
votes
0answers
163 views

Releasing GeoServer WFS-T Feature Lock

For some reason I'm having trouble finding any documentation about releasing feature locks in a GeoServer WFS (or any WFS for that matter). I can easily request a FeatureLock with a request like this ...
2
votes
0answers
818 views

How to edit Attributes on WFS Layer through Popup?

I am working on a project for university. So far I have displayed WfsLayers which can be select from a panel, also I can click on my points whereupon a Popup will show up with some information which ...
1
vote
0answers
94 views

How can I use Oracle views with Geoserver and WFS-T?

What goes on when Geoserver handles updates to my table using WFS-T? I have a table AREA ( ID NUMBER(10) NOT NULL PRIMARY KEY, SOME_OTHER_ID NUMBER(10) NOT NULL FOREIGN KEY REFERENCES FOO(ID), ...
1
vote
0answers
143 views

Android Apps to edit WFS-T

Are there any mobile Android Apps where you can edit the Features served via a WFS-T?
1
vote
0answers
198 views

add description to a new polygon and save -> postgres + geoserver + openlayers -> wfs-t insert

actually it is possible to draw a new polygon with openlayers and save it over WFS-T-insert (geoserver wfs-t 1.1.0) in my postgres-db: var save = new OpenLayers.Control.Button({ title: "Save ...
1
vote
0answers
79 views

Correct WFS URL Format (Gaia WFS-T Extender)

I am trying to add a GeoServer WFS layer to Gaia WFS-T Extender for editing. The available layers are available alright but I am unable to load them into Gaia. Using the same URL I was able to add and ...
1
vote
0answers
348 views

OpenLayers + GeoServer + Oracle: WFS-Transaction update error

I am trying to implement wfs-t in a map application. tried using ArcGIS server wfs-t, and didn't make it since there is a lock mechanism while trying to edit a feature.ArcGIS WFS-T + OpenLayers; then ...
1
vote
0answers
412 views

How to edit an ArcGIS Server WFS-T service in uDig?

Now a straight forward workflow to do this is present in the below link. http://udig.refractions.net/files/docs/uDigWalkthrough2.pdf Point 3 of page 8 states to change to the ‘Edit Geometry’ tool ...
1
vote
0answers
356 views

Cannot Edit Features of PostGIS Layers in OpenGeo GeoExplorer

I admit I originally posted the question here: http://getsatisfaction.com/opengeo/topics/cannot_edit_features_of_postgis_layers But due to no response and not finding a solution, I thought I'd try ...
0
votes
0answers
14 views

Update Point using WFS Transaction with GeoServer

I am trying to update a Point inside my PostGIS database that is connected with GeoServer. I specify the new coordinates in the WFS-Transaction post message like this: <gml:Point ...
0
votes
0answers
133 views

WFS Transaction geoserver Openlayers POST method

I tried to make a transaction data using WFS protocol with the save strategy and when I click on the save button and fetch with firebug I figure out that the POST method didn't receive any response ...
0
votes
0answers
21 views

update line Exception(openlayers+geoserver+oracle )

I have table in Oracle. I publish with geoserver. When I wft-t this layer the insert operation is ok, but update Exception I don't know what's wrong. Please help me. table is : create table ROAD ( ...
0
votes
0answers
35 views

How to “Get a Feature With Lock” in Openlayers/GeoExt?

I couldn't find any GetFeatureWithLock Methods in OpenLayers/GeoExt Docs, but I want my WFS-T to automatically lock features during editing process. In my Ext.grid.ColumnModel, it seems like users ...
-1
votes
0answers
44 views

Get attributes and geometry from a feature and convert it to a graphic in JavaScript

How can I get the attributes of a selected data (wfst) and push it into a grid? Can I convert this selected feature to a graphic? Any idea?