Changes between Initial Version and Version 2 of Ticket #35989
- Timestamp:
- Dec 9, 2024, 7:30:50 AM (9 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35989
- Property Type Uncategorized → Bug
-
Ticket #35989 – Description
initial v2 5 5 }}} 6 6 7 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)7 However, according to the GeoJSON spec the `crs` attribute was removed from the spec in August of 2016 (ref: https://datatracker.ietf.org/doc/html/rfc7946#appendix-B.1) 8 8 9 9 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).