Sarah Hoffmann

Results 469 comments of Sarah Hoffmann

Should be fixed with the improved ranking algorithm in the new Python frontend.

Some updates on the issue as the code has moved a bit: The special phrase importer is now [part of the Python code](https://github.com/osm-search/Nominatim/blob/master/nominatim/tools/special_phrases/sp_importer.py). Implementing a) requires something like this: 1....

This is now implemented with the new [layer parameter](https://nominatim.org/release-docs/develop/api/Reverse/#result-restriction). This works for reverse and search. Example: https://nominatim.openstreetmap.org/reverse?lat=-37.199700&lon=174.902920&format=json&zoom=30&layer=address

The Postgres version hasn't been the problem for a while. It just needs somebody who does the work.

I'm closing this as not planned. There doesn't seem to be much interest and it's not clear that the format can even encode polygons.

Also: results outside the viewbox should rather be ranked by distance (see also #3242).

Nominatim updates used to work this way: 1. Import updates using osm2pgsql, 2. run a single SQL command `UPDATE placex SET indexed_status = 0 WHERE indexed_status > 0`. Photon simply...

`alt_name` is already considered for search. The list of possible tags is [hardcoded here](https://github.com/komoot/photon/blob/master/src/main/java/de/komoot/photon/Utils.java#L119).