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

Fix polygon generation #147

Closed joker234 closed 4 years ago

joker234 commented 4 years ago

The polygon generation did not respect the given bounding box. The PR includes unittests for that issue and a small fix.

joker234 commented 4 years ago

would you mind checking the pypy failure?

Now, the tests should work properly. An epsilon was missing for the float comparison.

joker234 commented 4 years ago

only rebased to master, no other changes here