python-vt2geojson icon indicating copy to clipboard operation
python-vt2geojson copied to clipboard

Update `mapbox_vector_tile.decode` call to v2.0 signature

Open chrispreee opened this issue 3 years ago • 1 comments

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.

chrispreee avatar Jan 20 '23 08:01 chrispreee