-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: No Action
-
Affects Version/s: V4.0_OS
-
Fix Version/s: V4.0_ERRATA01
-
Component/s: JSON Format
-
Labels:None
-
Proposal:
-
Resolution:
GML seems to require that Polygons specify (usually) an exterior ring, but also permits the specification or zero or more interior rings.
GeoJSON only seems to allow a single set of points (see example in http://geojson.org/geojson-spec.html#id4)
For OData, one would hope that there is some kind of notion of the information content of Polygon coordinates which is independent of the format (ATOM or JSON) that we use. (Even if this information content is not formally documented, we could imagine that it exists).
Unfortunately, this mismatch in Polygon coordinates between GML and GeoJSON seems hard to fit into a single information model.