tilezen / mapbox-vector-tile

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

Decode to geojsonish #84

Closed amandasaurus closed 7 years ago

amandasaurus commented 7 years ago

When decoding, return a geometry which is in a geojson-ish dict. This allows one to throw it into shapely to get a geometry. You can do this yourself, but then you have to detect multi vs non-multi yourself. Whereas with this patch, you don't have to worry at all.

amandasaurus commented 7 years ago

wait, upstream has changed. I'll redo this