jazzband / geojson

Python bindings and utilities for GeoJSON
https://pypi.python.org/pypi/geojson/
BSD 3-Clause "New" or "Revised" License
905 stars 120 forks source link

Update library to conform to new geojson spec #97

Closed frewsxcv closed 5 years ago

frewsxcv commented 7 years ago

https://tools.ietf.org/html/rfc7946

previously, the geojson spec had a 'crs' object type, now it doesn't we should remove it from this project.

more info here http://www.macwright.org/2016/11/07/the-geojson-ietf-standard.html

rayrrr commented 5 years ago

Fixed in PR #124