Tagged Questions
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
(
...
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),
...
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
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. ...
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
375 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
312 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 ...
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
826 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
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 ...
1
vote
1answer
138 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 ...
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 ...
3
votes
1answer
870 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 ...
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
582 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 ...
1
vote
2answers
491 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"
...
