﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12803	JOSM writes invalid crs entry in GeoJSON	simon04	simon04	"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""
    }
  },

}}}"	defect	closed	normal	16.05	Core geojson		fixed	geojson export	
