Sarah Hoffmann
Sarah Hoffmann
Note that this issue comes out of a discussion on the German forum: https://community.openstreetmap.org/t/pforte-wie-eintragen/3047 Unfortunately there wasn't any usable conclusion there. One thing is indisputable: Nominatim currently does not index...
> What do you mean? How would the overall entrance (to fenced company premises) be tagged if not as a barrier=gate? A `barrier=gate` is strictly speaking only the 'section in...
This used to work in the PHP frontend. I dropped it in Python because it seemed such a niche application. Maybe we should find a proper solution for #1011 instead...
That will be surprisingly hard to fix. [South East England](https://www.openstreetmap.org/relation/151304) has been mapped as a statistical boundary, so it doesn't make part of the address (and consequently of the search...
The observation is correct. Nominatim only processes house numbers on POI-like objects: buildings, amenities, restaurants, offices, etc. In this particular case I would expect each of the houses in the...
This problem exists not only for streets but pretty much all names in OSM. Another prominent example are the translations for administrative boundaries, e.g. [in Poland](https://www.openstreetmap.org/relation/2218246). So I'm thinking about...
Nominatim has a framework now for plugging in Python code to do [arbitrary preprocessing of names](https://nominatim.org/release-docs/latest/develop/ICU-Tokenizer-Modules/). This would go somewhere in there.
Apologies, my PRs are now causing conflicts. With updates working again, the status handler will need to query the database for the current import date now instead of just returning...
Looks good to me. Just one more tiny thing: there is another route to updating at https://github.com/komoot/photon/blob/ee3ceaa55fe19ba5e8450728d62a6fc724986409/src/main/java/de/komoot/photon/App.java#L189 This also needs to use the new update function, so that the date...
I can't reproduce that result. It might have been just a transient data error. Results always contain the city of Hamburg for me as first result.