Hi Bart,<br><br>Thanks for the tip. This way OpenLayers seems to produce the request correctly:<br><br><feature:shape><br> <gml:Point xmlns:gml="<a href="http://www.opengis.net/gml">http://www.opengis.net/gml</a>"><br>
<gml:coordinates decimal="." cs="," ts=" "><br> 186758.05565625,285364.15754687<br> </gml:coordinates><br> </gml:Point><br></feature:shape><br><br>But in the database I'm still getting a null geometry. Here's the result from Geoserver:<br>
<br><wfs:InsertResult><br> <ogc:FeatureId fid="M_TANQUE.18315724"/><br></wfs:InsertResult><br><wfs:TransactionResult> <br> <wfs:Status> <wfs:SUCCESS/> </wfs:Status> <br>
</wfs:TransactionResult><br><br>There's indeed a new row at the database with the key 18315724, but the geometry column is null. What's wrong?<br><br>Any ideas? Thank you,<br><br>Luís<br> <br><br><div class="gmail_quote">
2010/1/27 Bart van den Eijnden <span dir="ltr"><<a href="mailto:bartvde@osgis.nl">bartvde@osgis.nl</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="word-wrap: break-word;">Hi,<div><br></div><div>use geometry_column instead of geometryName.</div><div><br></div><div>Bart</div><div><br><div><br></div><br></div></div></blockquote></div><br>