diff options
| author | Jeremy Thompson <jeremythompson.918@gmail.com> | 2024-12-09 12:55:27 -0500 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-11 10:45:47 +0100 |
| commit | 918e7a2c766e67144f1e2bfcc029abe16ce28f54 (patch) | |
| tree | 2544a2072f12b34a680ed352763b4007255e97af /docs | |
| parent | 5e998d717f7b4220a1728bd49b66ca0162e2a6cb (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/serializers.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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", |
