0
votes
0answers
27 views

Geoserver 2.3.0 exclamation mark on Layer

if i want to publish a Layer from Oracle Locator this becomes a yellow exclamation mark and so i can“t see in the layer preview. I use before geoserver 2.1.4 and it worked perfect. I have attempt to ...
1
vote
0answers
84 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), ...
3
votes
3answers
213 views

Shapefile import with Oracle + GeoServer produces points instead of vector shapes

I have implemented the example at http://www.gistutor.com/openlayers/22-advanced-openlayers-tutorials/47-openlayers-wfs-t-using-a-geoserver-hosted-postgis-layer.html and got it working properly. Now ...
1
vote
2answers
502 views

Querying intersecting areas areas - Oracle Locator or Spatial?

My spatial database is Oracle. We are wondering if we can use basic Oracle Locator or need to get the more expensive, full, Oracle Spatial. My application's requirements include having to be able to ...
0
votes
1answer
227 views

Character encoding for Oracle DB and Geoserver

I have a setup that uses Oracle database->GeoServer->OpenLayers->my JavaScript. I use the UTF-8 character set in GeoServer and the JavaScript layers. The Oracle instance is configured to use WIN1252 ...
0
votes
0answers
176 views

Publishing Oracle View in Geoserver Error

I am getting following error while publishing layer in geoserver: org.apache.wicket.WicketRuntimeException: Failed to add pluggable layer configuration panels at ...
0
votes
1answer
516 views

OpenLayers/GeoServer/Oracle combo input/output scenario

Im completely new to GIS. I must finish already started project that uses Oracle as DB for geoobjects, Geoserver, OpenLayers. Task is to draw something on a map (OpenLayers must handle that drawing i ...