Web Feature Service Transactions
-1
votes
0answers
30 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?
1
vote
1answer
31 views
Problems editing geometry in JS script using a find task in a web application
I've generated a javascript code to my app based on the sample "Show find task results in a DataGrid" of ArcGIS API for JavaScript and I am using editable layers (WFS-T) and it works, but when after ...
1
vote
1answer
22 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
0answers
84 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
1answer
67 views
OpenLayers - possible to display detailed GIS data?
I have an OpenLayers app to plot point features, but need to read in a very detailed multipolygon vector layer to plot an accurate location.
I'm currently loading the polygon layer via TinyOWS. I've ...
0
votes
0answers
20 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
1answer
107 views
openlayers how to get feature info on form submit?
I have an OpenLayers pop-up with a form on selectFeature (WFS-T). Can I recover the feature.attributes in the form's onSubmit?
e.g: the form in the popup
var content = '<form ...
1
vote
1answer
31 views
Can I prevent OpenLayers from losing my WFS-T feature edits?
Using openlayers (2.12) and drawing some vector features against a WFS-T interface (offered by geoserver).
Problem is, when I draw some geometries and pan a little bit too much, openlayers sends ...
1
vote
0answers
82 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),
...
0
votes
0answers
28 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 ...
2
votes
2answers
75 views
Is it possible to load large non georeferenced pictures in Geoserver?
I use Openlayers as a viewer of very large pictures, they are tiled and the navigation is exactly what I need.
I also can add a vector layer and draw on it.
But when it comes to save those drawings, ...
0
votes
1answer
153 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 ...
1
vote
0answers
131 views
Android Apps to edit WFS-T
Are there any mobile Android Apps where you can edit the Features served via a WFS-T?
2
votes
1answer
71 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 ...
0
votes
0answers
10 views
Insert name of a polygon and add to database using openlayers [duplicate]
Possible Duplicate:
How do I set attributes when creating vectors using OpenLayers and WFS-T?
Hi everyone I am newbie to openlayers. I have developed an application which provides WMS/WFS. ...
-1
votes
1answer
113 views
Problem inserting wfs-t [closed]
hi i'm using code from osgeo with some modifications but somehow i can't insert data i think is a projection issue but i cant figure it out. Thanks in advance
Ext.onReady(function() {
var ...
2
votes
1answer
270 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
296 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 ...
6
votes
1answer
194 views
Geoserver basic authentification problem
I have Geoserver 2.1.3 set up for WFS transaction. I am using basic authentification and I have set up the following:
A role(ROLE_RMP_WFS)
A user(user_rmp) which belongs to the role above
Data ...
0
votes
1answer
376 views
delete feature from database by selecting feature from vector layer [closed]
I want to delete a feature attribute for example say grid completely from the map that is it has to be deleted from database. I am using OpenLayers 2.12, postgis 2.0 and postgresql 9.0.
Please guide ...
3
votes
1answer
313 views
adding polygon to database in openlayers
I want to add a polygon to the database. I used the following code. The problem is that I am to able to save in database. Whatever polygon I draw on map it gets save temporary and as soon as I reload ...
1
vote
2answers
195 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
373 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
827 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 ...
3
votes
2answers
228 views
Design question: what's the role of WFS-T in this kind of webapp?
I have more experience in "traditional" (Java EE) webapp development, and I am trying to figure out a decent design for a mapping web application.
My application has a map, and users can see and edit ...
4
votes
3answers
1k views
WFS-T Edit using OpenLayers, Geoserver, PostgreSQL (“error performing insert”)
I tried following the tutorials:
http://www.gistutor.com/openlayers/22-advanced-openlayers-tutorials/47-openlayers-wfs-t-using-a-geoserver-hosted-postgis-layer.html
and:
...
5
votes
3answers
146 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?
...
2
votes
3answers
388 views
adding non spatial attributes using geoserver
I am using Openlayers + geoext to perform transaction operations in postgis database using geoserver . i can insert spatial data into postgis but cannot insert other data like road name, road type in ...
0
votes
1answer
168 views
How to insert non-spatial data through WFS-T insert?
When i perform wfs-t insert operation using postgis database only spatial data and primary key gets inserted.
Can anyone point me to some examples in which attribute data are also inserted along ...
1
vote
1answer
289 views
error performing wfs-t insert in postgres 9.1.4
I am getting error performing insert exception while performing wfs-t insert operation when i use postgres 9.1.4 and postgis 2.0. but i get successful insert when using postgres 9.0.1 and postgis ...
0
votes
1answer
115 views
Syntax for wfs-t request
I am in need of the correct syntax for performing transaction on WFS layer using OpenLayers. I have gone through many examples on the OpenLayers site and other examples, but can't figure out how to ...
0
votes
1answer
28 views
Requires Datatype for inserting features
I have imported postgis data in geoserver. In geoserver the spatial data column is displayed as MultiLineString, Does it affect when inserting features into geoserver or does it have to be explicitly ...
2
votes
0answers
729 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
1answer
139 views
Is schema definition compulsory for WFS-T
Most tutorials on WFS transaction uses a schema and geom attributes in WFS request like this
var wfs_layer = new OpenLayers.Layer.Vector("Editable Features", {
strategies: [new ...
1
vote
1answer
585 views
Problems using geoserver and postgis to perform wfs transaction?
I have been following the tutorial for transaction.
I am using apache webserver and jetty powered geoserver for hosting and using proxy.cgi file for bypassing XHR requests. as described in tutorial ...
1
vote
0answers
186 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
71 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
422 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 ...
5
votes
0answers
160 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 ...
0
votes
1answer
286 views
Changes made using wfs-t and GeoExt don't get saved to PostGIS
I'm using GeoExt to display and edit a vector layer from GeoServer (running with Apache Tomcat) but if I modify the shape of an existing polygon (or create a new one but I'm trying not to leap ahead ...
1
vote
0answers
340 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 ...
0
votes
2answers
928 views
GIS Web API - WFS-T Edit
My organization has a asset management application using Google Maps Java API as the GIS viewer. The application does some simple editing/querying on a kml file through html form elements.
Instead ...
3
votes
1answer
872 views
WFS-T: changes not saved on an OpenLayers map
I have written a script allowing to display a few WMS and WFS layers and I want to make my 2 WFS layers editable.
I have all my controls and can draw / modify / drag / delete my features but, on one ...
1
vote
0answers
402 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
344 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 ...
6
votes
1answer
604 views
How to preserve topology while editing polygons in OpenLayers?
I’m facing this issue: I have a chloropleth map based on a set of polygons with some data. Using WFS-T (postgis, geoserver, openlayers) I am able to edit the geometry of the polygons. This works fine.
...
4
votes
2answers
583 views
Updating a layer's bounding box in GeoServer after WFS-T insert
I'm creating a data store in GeoServer from an OpenLayers DrawFeature control, using WFS-T to save the geometry into GeoServer. This works great, except the data store's bounding box doesn't get set ...
3
votes
1answer
805 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 ...

