jazzband / geojson

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

Remove 6-decimal-place rounding #138

Closed rayrrr closed 4 years ago

rayrrr commented 4 years ago

When the precision param for geometry objects was added in 2.5.0, it had a "default precision" of 6 decimal places. This caused interoperability issues in some use cases.

This removes the "default precision" while leaving the precision param in place with no default.

Resolves #135.