python-vt2geojson
python-vt2geojson copied to clipboard
Update `mapbox_vector_tile.decode` call to v2.0 signature
Version 2.0.0 of mapbox_vector_tile was released Jan 16, and (sloppily) includes the breaking change that y_coord_down must now be passed inside the default_options dict argument. https://github.com/tilezen/mapbox-vector-tile/blob/master/mapbox_vector_tile/init.py#L4 This PR enables vt2geojson to support either.