2
votes
1answer
73 views

How to implement access control for WFS-T updates?

I'm implementing a system which has structure like in my question: Design question: what's the role of WFS-T in this kind of webapp? There's spatial data which is updated through WFS-T and ...
2
votes
1answer
284 views

Java client for WFS-T?

I have a geoserver with a postgis database on one server and an Java application on a different server. Now I need to connect these two servers so that the Java application can manage (create, alter ...
3
votes
1answer
313 views

How do I set attributes when creating vectors using OpenLayers and WFS-T?

I have published a WFS-T layer (using geoserver) and am able to add, edit and delete features using OpenLayers and it's Vector layer. But, I don't know how can I populate additional attributes using ...
1
vote
2answers
199 views

How to edit using a WFS service, without showing it on the map in OpenLayers?

I have a service with about thousand points. I wish to enable the user to edit the attributes of the features. Since there are so many points, I don't want to display them as a vector layer (using ...
3
votes
3answers
1k views

How to get JSON from Geoserver using AJAX request

I am building a web mapping application using Leaflet and a sort of customized WFS-T API to place and retrieve features from PostGIS. I have the script for putting features in PostGIS tables down ...
0
votes
1answer
380 views

Editing layers in geoserver with web application

I wanted to edit layers in geoserver where they are store in PostGIS database. I have refereed ...
1
vote
1answer
868 views

Cant see WFS-T layer with OpenLayers and GeoServer (Windows)

I am trying to implement a simple test of a OpenLayers + WFS-T + GeoServer -setup. I have followed the instructions by populating PostGIS and configuring GeoServer, and can see the WFS-T layer data in ...
5
votes
3answers
148 views

How to serve both WFS and WFS-T from one server?

In GeoServer, how can I serve two types of WFS from one server? Setting the type of the service is done once in global settings. Is it possible to have WFS from workspace A and WFS-T from workspace B? ...
1
vote
0answers
72 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 ...
3
votes
1answer
425 views

Openlayers and Geoserver fail to reproject while editing Vector with WFS-T

I can't get the Openlayers and Geoserver work with WFS-T editing a vector layer. I have a layer of points where the Native SRS is EPSG:32639. After trying a lot of combinations, I ended up with two ...
1
vote
0answers
404 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 ...
7
votes
4answers
10k views

How to add a simple WFS layer from GeoServer to OpenLayers map?

I'm trying to add one of the included datasets with GeoServer to an OpenLayers map. I've followed the OpenGeo tutorials, seen similar thread on here, but I can't seem to crack it. Can somebody take a ...
1
vote
0answers
347 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 ...
3
votes
1answer
807 views

Is there a WFS and WFS-T Java library that plays nicely with Android?

I have a GeoServer database and various programs that query it and so forth using GeoTools. Now I'm making a map app for Android, but not only is GeoTools quite large with all it's dependencies (15 mb ...
1
vote
2answers
493 views

WFS-T Namespace

I've faced with this problem: The WFS POST request that OpenLayers performs does not contains following namespaces: xmlns:wfs="hxxp://www.opengis.net/wfs" xmlns:ogc="hxxp://www.opengis.net/ogc" ...
4
votes
4answers
1k views

How many WFS-T clients exist?

I would like to know which applications or libraries (proprietary or open source) offer transactional Web Feature Service (WFS-T) client functionality. Those include: Desktop or online applications ...