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

Add validate parameter #78

Closed lafrech closed 8 years ago

lafrech commented 8 years ago

What would you think about adding a validate parameter to the Geometry constructor?

If I was starting this library from scratch, I would make this an opt-out (i.e. I would make it True by default), but I guess now it would be a breaking change...

codecov-io commented 8 years ago

Current coverage is 81.23%

No coverage report found for master at 00c37fd.

Powered by Codecov. Last updated by 00c37fd...d3b3d91

frewsxcv commented 8 years ago

Thanks!

frewsxcv commented 8 years ago

Version 1.3.3 of python-geojson has been released which includes this change. Thanks again! 🎊

lafrech commented 8 years ago

Great, thanks.