GeonamesServer icon indicating copy to clipboard operation
GeonamesServer copied to clipboard

ZF2 module, index geonames data & provides a search API using Elasticsearch

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

I search "oujda", result is : ``` json { "geonameid": "2540482", "country": "MA", "name": "Oujda-Angad", "latitude": "34.236", "longitude": "-2.294", "population": 473922, "timezone": "Africa/Casablanca", "type": "ADM2", "parents": [ null, { "geonameid":...

bug

I search "oujda-angad" which is the exact name of a region where I leave in Morocco. The first result is "Bangad" in Asia with 0.9383148 score Second is Oujda-Angad (the...

bug

I see in the code you are getting alternateNames but when i try to search with translated country/city name i have no result

feature