The GML 3 GeometryCollection encoding changed between GeoServer 2.7 and 2.8
and I was looking for confirmation about which is the correct encoding.  I
could submit a pull request if the current encoding is incorrect.

GeoServer 2.7 and earlier: 
<gml:MultiGeometry ...>
  <gml:geometryMember>
    <gml:Polygon ...>
      ... 
    </gml:Polygon>
  </gml:geometryMember>
</gml:MultiGeometry>

GeoServer 2.8 and later: 
<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/Is-the-GML-3-GeometryCollection-Encoding-Correct-tp5301490.html
Sent from the geotools-devel mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to