Modify

Opened 9 years ago

Closed 9 years ago

Last modified 5 years ago

#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 simon04, 9 years ago

Resolution: fixed
Status: newclosed

In 10165/josm:

fix #12803 - JOSM writes invalid crs entry in GeoJSON

comment:2 by simon04, 9 years ago

Also mentioned in ticket:10770#comment:5.

comment:3 by Don-vip, 5 years ago

Component: CoreCore geojson

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain simon04.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.