[TinyOWS-dev] Error invalid Geometry
Olivier Courtin
olivier.courtin at gmail.com
Fri May 27 07:39:09 EST 2011
On May 27, 2011, at 2:11 PM, Denis Rykov wrote:
> Try to perform described actions and get an error:
>
> "export: xmlns:wfs: bad variable name"
Humm, the only 'export' is related to test/unit_test script.
Here how i call it:
First i create a file called foo, in tinyows dir
<?xml version="1.0"?>
<wfs:Transaction xmlns:wfs="http://www.opengis.net/wfs" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance
" service="WFS" version="1.0.0" xsi:schemaLocation="http://www.opengis.net/wfs
http://schemas.opengis.net/wfs/1.0.0/WFS-transaction.xsd">
<wfs:Insert>
<feature:views xmlns:feature="http://nextgis.org/sf">
<feature:wkb_geometry>
<gml:Point xmlns:gml="http://www.opengis.net/gml"
srsName="EPSG:4326">
<gml:coordinates decimal="." cs="," ts="
">39.142438623053,57.305629920091</gml:coordinates>
</gml:Point>
</feature:wkb_geometry>
<feature:name>123</feature:name>
</feature:views>
</wfs:Insert>
</wfs:Transaction>
Then i launch: test/unit_test foo 4
--
Olivier
More information about the TinyOWS-dev
mailing list