nchaulet / node-geocoder

nodejs geocoding library
http://nchaulet.github.io/node-geocoder/
MIT License
926 stars 213 forks source link

feat: mapbox geocoder #317

Closed spurreiter closed 2 years ago

spurreiter commented 3 years ago

Implements a mapbox geocoder with forward and reverse search. See https://docs.mapbox.com/api/search/geocoding/

Assigned feature-request #287

spurreiter commented 3 years ago

In case of interest. I started a project at https://github.com/spurreiter/geocoder which includes this (mapbox) and other geocoders using the same api. Maybe you'll find this of help...

charly22 commented 2 years ago

@nchaulet Did you have the time to look at this PR? It will be fairly appreciated. Thanks!

nchaulet commented 2 years ago

@spurreiter sorry for the long delay on this I will take a look on this week and hopefully it will get merged this week too, thanks for contributing.