Ariel Falduto
2012-01-02 14:07:32 UTC
Hi, again guys ...
in need to insert a circle representation into MultiGeometry / GeometryCollection it is possible ???
i try the above snippet and nothing ... only stores the first geometry member ...
<wfs:Transaction service="WFS" version="1.1.0"
xmlns:wfs="http://www.opengis.net/wfs"
xmlns:gml="http://www.opengis.net/gml"
xmlns:foo="http://www.foo.com.py/foo"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<wfs:Insert>
<foo:reference-point-test>
<foo:username>AFALDUTO</foo:username>
<foo:layer>default</foo:layer>
<foo:place>
<gml:MultiGeometry>
<gml:geometryMember>
<gml:Point>
<gml:coordinates>-23.6701,133.8855</gml:coordinates>
</gml:Point>
</gml:geometryMember>
<gml:geometryMember>
<gml:CircleByCenterPoint>
<gml:coordinates>-23.6701,133.8855</gml:coordinates>
<gml:radius>5</gml:radius>
</gml:CircleByCenterPoint>
</gml:geometryMember>
</gml:MultiGeometry>
</foo:place>
</foo:reference-point-test>
</wfs:Insert>
</wfs:Transaction>
thks !
--
Ariel Falduto
***@gmail.com
in need to insert a circle representation into MultiGeometry / GeometryCollection it is possible ???
i try the above snippet and nothing ... only stores the first geometry member ...
<wfs:Transaction service="WFS" version="1.1.0"
xmlns:wfs="http://www.opengis.net/wfs"
xmlns:gml="http://www.opengis.net/gml"
xmlns:foo="http://www.foo.com.py/foo"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<wfs:Insert>
<foo:reference-point-test>
<foo:username>AFALDUTO</foo:username>
<foo:layer>default</foo:layer>
<foo:place>
<gml:MultiGeometry>
<gml:geometryMember>
<gml:Point>
<gml:coordinates>-23.6701,133.8855</gml:coordinates>
</gml:Point>
</gml:geometryMember>
<gml:geometryMember>
<gml:CircleByCenterPoint>
<gml:coordinates>-23.6701,133.8855</gml:coordinates>
<gml:radius>5</gml:radius>
</gml:CircleByCenterPoint>
</gml:geometryMember>
</gml:MultiGeometry>
</foo:place>
</foo:reference-point-test>
</wfs:Insert>
</wfs:Transaction>
thks !
--
Ariel Falduto
***@gmail.com