﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35989	GeoJSON serializer producing invalid output (crs attribute)	Jeremy Thompson		"The built-in GeoJSON serializer is producing invalid GeoJSON. The serialized output has a section like:

{{{
""crs"": {""type"": ""name"", ""properties"": {""name"": ""EPSG:4326""}}
}}}

However, according to the GeoJSON the `crs` attribute was removed from the spec in August of 2016 (ref: https://datatracker.ietf.org/doc/html/rfc7946#appendix-B.1)

This is causing issues when trying to use GeoJSON as the intermediary data format for passing data to other libraries (e.g. Leaflet https://leafletjs.com considers GeoJSON with the `crs` attribute as invalid and fails to parse it).

More information in the forum discussion here: https://forum.djangoproject.com/t/geojson-serializer-producing-invalid-output-crs/37097"	Uncategorized	new	GIS	5.1	Normal				Unreviewed	0	0	0	0	0	0
