Opened 5 years ago
Closed 2 years ago
#2809 closed enhancement (fixed)
GeoJSON output should try to set the "crs" property if possible
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | 4.0 |
Component: | General | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
When outputting GeoJSON, we should already know about the coordinate system of the feature data we're writing already, so as a result we should be trying to also write out the "crs" property so the SRS GeoJSON can be self-identified.
An example of what to write in this property: https://gis.stackexchange.com/questions/46881/ogr2ogr-from-postgres-to-geojson-missing-crs-key?rq=1
Note:
See TracTickets
for help on using tickets.
In 10021: