- python3 updates - enforce winding order on multipolygons - update key/val handling - round floating point values instead of truncating - add option to quantize bounds - add option to flip y coord system - add ability to pass custom extents
0.1.0
- Add compatibility with python 3 - Handle multipolygons as single features - Use winding order from mapbox vector tile 2.0 spec - Support custom extents when decoding
0.0.11
- Decode string keys to utf-8
0.0.10
- Allow encoder to accept shapely objects directly
0.0.9
- Handle tiles from java-vector-tile (zero pad binary integers) - Update README