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