GeonamesServer icon indicating copy to clipboard operation
GeonamesServer copied to clipboard

A node Geonames server

Results 7 GeonamesServer issues
Sort by recently updated
recently updated
newest added

Bumps [request](https://github.com/request/request) from 2.11.4 to 2.88.0. Changelog *Sourced from [request's changelog](https://github.com/request/request/blob/master/CHANGELOG.md).* > ### v2.88.0 (2018/08/10) > - [#2996](https://github-redirect.dependabot.com/request/request/pull/2996) fix(uuid): import versioned uuid ([@​kwonoj](https://github.com/kwonoj)) > - [#2994](https://github-redirect.dependabot.com/request/request/pull/2994) Update to oauth-sign 0.9.0...

dependencies

Actually this application work with elasticsearch version 0.20

ElasticSearch after v0.90.4 replaced "custom_filters_score" query with "function_score", subsequently making all the queries to the server to fail. Latest output from node server after doing GET to /city: ``` nested:...

If `zlib.h` is not present, geoip is not installed, but install script continues

Given a city is indexed in "ile-de-france" region Looking for ile-de-france returns 0 result

Actually only ipv4 is supported for geoIP. We could detect if provided IP is a v4 or a v6 one as there are both v4 and V6 geoip database available...