Which of these two GML 3 encodings of a GeometryCollection is correct?

GeoServer 2.7.1 encodes a GeometryCollection containing a Polygon as:
<gml:MultiGeometry ...>
  <gml:geometryMember>
    <gml:Polygon ...>
      ...
    </gml:Polygon>
  </gml:geometryMember>
</gml:MultiGeometry>

GeoServer 2.9.1 encodes it as:
<gml:GeometryCollection ...>
  <gml:Polygon ...>
    ...
  </gml:Polygon>
</gml:GeometryCollection>

Also, it was mentioned in Andrea's comment on
https://osgeo-org.atlassian.net/browse/GEOT-5360, but that bug was fixed for
GML 3.2 but not GML 3.

Steve Ikeoka



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/GeoServer-GML-3-GeometryCollection-Encoding-tp5300973.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to