node-geocoder icon indicating copy to clipboard operation
node-geocoder copied to clipboard

nodejs geocoding library

Results 55 node-geocoder issues
Sort by recently updated
recently updated
newest added

Unlike other geocoders, locationIQ uses the country name `United States of America` instead of `United States`. Fix: https://github.com/nchaulet/node-geocoder/pull/335

If my geo data provider fails to give a healthy response, the error handling is not correct. I'm seeing errors of the following form ``` Error getting geography information for...

There are some breaking changes between node-fetch version 2 and 3 so this will require putting some thought into how to do this upgrade without breaking backward compatiblity for people...

I have my `node.js` server running on a `vm` along with a `proxy` on it. Now i am using `node-geocode`r to get `lat` `lng` from `node-geocoder` like this const NodeGeocoder...

⚡️ Enhance locationiq geocoder: - add formattedAddress - add county - unify country name closes https://github.com/nchaulet/node-geocoder/issues/336 closes https://github.com/nchaulet/node-geocoder/issues/337

Right now locationIQ doesn't return the formatted address field, which is returned by google. fix: https://github.com/nchaulet/node-geocoder/pull/335

This will return ``` await geocoder.geocode({ '407 Adams Ave', 'US', }); ``` ``` [ { formattedAddress: '407 Adams Ave, Staten Island, NY 10306, USA', latitude: 40.5771522, longitude: -74.0931513, extra: {...

Here geocoder gave very unsatisfying suggestions to my address searches. So i added an intermediate step, that calls the suggestions API of Here. The given suggestions are then being geocoded...

Hello, I am using this NPM to fetch the country name by city. but now I am getting this error. **'status is request_denied. this API project is not authorized to...

For no reason (I didn't change the code and it was working fine before), the OpenStreetMap (and OpenDataFrance) Geocoder is no longer working anymore. The error message is : HttpError:...