tarakc02 / rmapzen

R client for the Mapzen API
https://tarakc02.github.io/rmapzen/
Other
34 stars 4 forks source link

make mapzen search host an option #13

Closed dpprdan closed 6 years ago

dpprdan commented 6 years ago

Since mapzen is shutting, this change makes the search host an option instead of hard coding it in search_url. That way, one can change the host via

options(RMAPZEN.search.host = "api.geocode.earth")

One then needs a different MAPZEN_KEY of course.

tarakc02 commented 6 years ago

Thank you, that's a good idea. I'll note this option in the README and the documentation