Peter Johnson
Peter Johnson
Thanks @adelcasse for the clear bug report. @orangejulius this is a great example of what we were discussing yesterday.
Yeah the existing policy is to serve your requested language where available, otherwise show the 'default' name, which could be in any language really, but for the most part its...
I can imagine some labels would be rendered in a mix of French, English and Japanese, and potentially more depending on the `Accept-Language` string. In a worst case scenario every...
Thanks for the bug report, we use https://github.com/pelias/pbf2json to extract data from OSM, I'm not familiar with OSM names but that tool should be capable of extracting everything you need...
Here's a semi-complete list of 'place' tag values I've found to be relevant for geocoding: ``` locality,village,hamlet,island,islet,neighbourhood,suburb,croft,subdivision,town,city,square,county,quarter,region,municipality,state,district,borough,archipelago,township,subdistrict,country,province,peninsula,ward,subward,sea,official_neighborhood,refugee_camp,unincorporated_area,subregion,neighborhood,harbour,continent,residential,corner,ocean,intersection ```
I believe that places like this also aren't currently being indexed due to the filter config: https://www.openstreetmap.org/way/22769137 [edit] actually that was the case last time I check but someone added...
Actually, on closer inspection this caused by housenumber field containing the street name instead of the number, we can probably also detect this fairly easily.
Is this possibly fixed now "by magic"? ```bassh node bin/updateMetadata.js ➜ geonames git:(master) ✗ echo $? 0 git log -1 commit 7e49a2329cb82ddb8ed2c62d04aff08f810e7a2b (HEAD -> master, origin/master, origin/HEAD) Author: Peter Johnson...
@toton6868 I think your issue is unrelated, did you try updating the metadata as per https://github.com/pelias/geonames#updating-metadata
To clarify, this report is showing that `/v1/autocomplete?text=Himmelstrasse, Wien, Osterreich` returns 0 results while `/v1/autocomplete?text=Himmelstrasse, Wien, Austria` returns the correct result. The expected behaviour is that, for each parent field,...