Modify ↓
#12803 closed defect (fixed)
JOSM writes invalid crs entry in GeoJSON
| Reported by: | simon04 | Owned by: | simon04 |
|---|---|---|---|
| Priority: | normal | Milestone: | 16.05 |
| Component: | Core geojson | Version: | |
| Keywords: | geojson export | Cc: |
Description
As discussed on https://lists.openstreetmap.org/pipermail/talk/2016-March/075788.html and https://wiki.openstreetmap.org/wiki/Graz/Stammtisch/2016-04-25
JOSM writes:
"crs":{
"type":"name",
"name":"EPSG:4326"
},
JOSM should write:
"crs": {
"type": "name",
"properties": {
"name": "urn:ogc:def:crs:OGC:1.3:CRS84"
}
},
Attachments (0)
Change History (3)
comment:1 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 6 years ago
| Component: | Core → Core geojson |
|---|
Note:
See TracTickets
for help on using tickets.



In 10165/josm: