nchaulet / node-geocoder

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

Yandex: wrong parameter name is used #288

Closed Hellwest closed 4 years ago

Hellwest commented 4 years ago

At https://github.com/nchaulet/node-geocoder/blob/957dfc6aad087044097e430db0d816df9c8a9a69/lib/geocoder/yandexgeocoder.js#L75~L86

Parameter kind is used instead of bbox in the second IF statement

https://tech.yandex.com/maps/geocoder/doc/desc/concepts/input_params-docpage/

My pull request: https://github.com/nchaulet/node-geocoder/pull/289

Hellwest commented 4 years ago

@nchaulet please deploy the fix to NPM

nchaulet commented 4 years ago

it's deployed