mapbox / mapbox-cli-py

Command line interface to Mapbox Web Services
MIT License
164 stars 44 forks source link

Remove the Distance and Surface commands #120

Closed perrygeo closed 6 years ago

perrygeo commented 6 years ago

Resolves #118 and resolves #119

Some additional regressions (unrelated) will need to be fixed to get the tests passing. Out of scope for this PR which means we're going to have master failing for a bit. see #109 and #122

perrygeo commented 6 years ago

This is failing b/c of the Direction API v5 incompatibility which @critical-path addressed in https://github.com/mapbox/mapbox-cli-py/pull/122.

The plan is to merge this, then #122