From 918e7a2c766e67144f1e2bfcc029abe16ce28f54 Mon Sep 17 00:00:00 2001 From: Jeremy Thompson Date: Mon, 9 Dec 2024 12:55:27 -0500 Subject: Fixed #35989 -- Removed crs from GeoJSON serializer. Specification of coordinate reference systems (crs) was removed from the GeoJSON spec in 2016. https://datatracker.ietf.org/doc/html/rfc7946#appendix-B.1 --- docs/ref/contrib/gis/serializers.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') diff --git a/docs/ref/contrib/gis/serializers.txt b/docs/ref/contrib/gis/serializers.txt index e62b6ef306..2ce2e22c33 100644 --- a/docs/ref/contrib/gis/serializers.txt +++ b/docs/ref/contrib/gis/serializers.txt @@ -46,7 +46,6 @@ Would output:: { "type": "FeatureCollection", - "crs": {"type": "name", "properties": {"name": "EPSG:4326"}}, "features": [ { "type": "Feature", -- cgit v1.3