tilezen / mapbox-vector-tile

Python package for encoding & decoding Mapbox Vector Tiles
MIT License
241 stars 47 forks source link

Add optional rounding function #55

Closed ekelleyv closed 8 years ago

ekelleyv commented 8 years ago

Allow users to define a custom rounding function. Closes https://github.com/mapzen/mapbox-vector-tile/issues/54

rmarianski commented 8 years ago

:+1:

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.03%) to 95.0% when pulling 3bd0e83372e5fd8e65e0954f794415bbb5623775 on ekelleyv:optional-rounding-function into 0e1a53346c54bbf0f706408aa49873adbdc13134 on mapzen:master.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.03%) to 95.0% when pulling c45f477c1d95f32da0df0d23193b07bd5bb2c165 on ekelleyv:optional-rounding-function into 0e1a53346c54bbf0f706408aa49873adbdc13134 on mapzen:master.

zerebubuth commented 8 years ago

Great stuff, thanks!

rmarianski commented 8 years ago

Thanks for the pr!