tilezen / mapbox-vector-tile

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

Coordinates conversion #127

Closed benoit9126 closed 1 year ago

benoit9126 commented 1 year ago

I have implemented in this PR:

@rmarianski This PR needs additional work. I would like to have your opinion on the coordinate conversion.

coveralls commented 1 year ago

Coverage Status

Coverage: 79.315% (+1.7%) from 77.612% when pulling 294a3d653c3d271e4e58a30c5a8dd7c2aeaf4af7 on benoit9126:issue107 into 2dfeb11db9cc40165a14b32c6285ddf0357b3dcb on tilezen:master.

benoit9126 commented 1 year ago

@rmarianski I will add tests and example in the README after you validate the main idea of options/default_options strategies.