tilezen / mapbox-vector-tile

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

Round the result in quantize #44

Closed rmarianski closed 8 years ago

rmarianski commented 8 years ago

This shouldn't change the behavior because round is also called when enforcing the winding order. This just seemed more correct to do.

@zerebubuth could you review please?

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 93.131% when pulling 6476030d3e1cf681a90a9ec50d6a03b60d560bd3 on quantize-round into 1402546bed931b0c8d3c0c57685591bbda0afd99 on master.

zerebubuth commented 8 years ago

:+1: