Hi everybody,
is it possible to make v.out.ogr specify the projection when exporting to
GeoJSON?
I.e. to have a "crs" field:
{
"type": "FeatureCollection",
"crs": {
"type": "name",
"properties": { "name": "urn:ogc:def:crs:EPSG::3358" }
},
"features": [
{
"type": "Feature",
"properties": { "cat": 1 },
"geometry": {
"type": "Point",
"coordinates": [ 642989.51049, 227690.559441, 0.0 ]
}
}
]
}
all the best,
Panos
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user