[Geoserver-devel] [JIRA] (GEOS-7209) GeoJSON import does not support the GeoJSON spec

Torben Barsballe created an issue

GeoServer / BugGEOS-7209

GeoJSON import does not support the GeoJSON spec

Issue Type:

BugBug

Assignee:

Unassigned

Components:

Importer

Created:

23/Sep/15 12:38 AM

Priority:

MediumMedium

Reporter:

Torben Barsballe

Using the GeoServer importer extension to import GeoJSON into geoserver, it appears that the Importer does not support the OGC CRS URNS ( http://geojson.org/geojson-spec.html#named-crs ).

e.g.
This CRS definition does not work, despite following the GeoJSON spec:

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

(This is also what GeoJSON output by GDAL uses).

The ‘legacy’ CRS definition does work, but is deprecated in the GeoJSON spec:

"crs": { "type": "name", "properties": { "name": “urn:ogc:def:crs:EPSG:4326" } },

Add Comment

Add Comment

This message was sent by Atlassian JIRA (v7.0.0-OD-06-002#70102-sha1:82bb17d)

Atlassian logo