Hello everyone, I hit the GeoServer list once more, as it was sounding again as some issue between server and database. The folk there found out what as wrong, the field's name is case sensitive.
Here's the GeoServer thread for future reference: http://old.nabble.com/Inserting-geometries-into-Oracle-database-td27309510.html Thanks to all for the help, Luís 2010/1/27 Luís de Sousa <[email protected]>: > Hi Bart, > > Thanks for the tip. This way OpenLayers seems to produce the request > correctly: > > <feature:shape> > <gml:Point xmlns:gml="http://www.opengis.net/gml"> > <gml:coordinates decimal="." cs="," ts=" "> > 186758.05565625,285364.15754687 > </gml:coordinates> > </gml:Point> > </feature:shape> > > But in the database I'm still getting a null geometry. Here's the result > from Geoserver: > > <wfs:InsertResult> > <ogc:FeatureId fid="M_TANQUE.18315724"/> > </wfs:InsertResult> > <wfs:TransactionResult> > <wfs:Status> <wfs:SUCCESS/> </wfs:Status> > </wfs:TransactionResult> > > There's indeed a new row at the database with the key 18315724, but the > geometry column is null. What's wrong? > > Any ideas? Thank you, > > Luís > > > 2010/1/27 Bart van den Eijnden <[email protected]> >> >> Hi, >> use geometry_column instead of geometryName. >> Bart >> >> > > _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
