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
afald...@gmail.com



------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to