[Geoserver-devel] [jira] Created: (GEOS-1376) GeoJSON extension should support most recent draft from geojson.org

GeoJSON extension should support most recent draft from geojson.org
-------------------------------------------------------------------

                 Key: GEOS-1376
                 URL: http://jira.codehaus.org/browse/GEOS-1376
             Project: GeoServer
          Issue Type: Bug
    Affects Versions: 1.6.0-beta3
            Reporter: Tim Schaub
            Assignee: Andrea Aime
             Fix For: 1.6.0-beta4

The GeoJSON format has changed in a few ways.

1) GeometryCollection(s) now have a "geometries" member instead of the awkwardly named "members" member.
http://wiki.geojson.org/GeoJSON_draft_version_4#GeometryCollection

2) FeatureCollection(s) now have a "features" member instead of (again) the "members" member.
http://wiki.geojson.org/GeoJSON_draft_version_4#FeatureCollection

3) The CRS member structure has changed. The two types relevant to GeoServer can be summarized by these two examples:

{"type": "EPSG", "properties": {"code": 2805}}

-and-

{"type":"OGC", "properties": {"urn":"urn:ogc:def:crs:OGC:1.3:CRS84"}}

(It could be that there are no changes needed in GeoServer for this third point.)

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira