[Geojson] CRS property name question

Courtin Olivier olivier.courtin at camptocamp.com
Tue Mar 10 09:33:58 PDT 2009


Hi all,

I've a doubt on 3.1. Named CRS section in GeoJson 1.0 specs

Which one of the both is the right one ?

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

or

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

Thanks in advance !

--
Olivier



More information about the GeoJSON mailing list