Sarah Hoffmann
Sarah Hoffmann
Nominatim has moved some of the indexing processing into Python code since version 4.x. The simple update mechansim that Photon uses thus only does half the work. In particular, addr:*...
Use the more complex way of computing the address from Nominatim for computing the rank 30 address. That makes sure that address parts are not blindly taken from the parent...
Photon currently has a simple mechanism to [deduplicate results](https://github.com/komoot/photon/blob/master/src/main/java/de/komoot/photon/searcher/StreetDupesRemover.java) when they likely refer to the same real-world object. The algorithm for that is hard-coded and restricted to simple street deduplication....
With the flex output, there is no need to have a separate gazetteer output, as it allows to configure most of what we need. This tickets collects the features that...
(moved here from https://trac.openstreetmap.org/ticket/2810) by accident, I specified the -O twice, but got no warning. this is bad : ./osm2pgsql -O gazetteer -U gis -H localhost -lsc -O pgsql -C...
Firefox has [a long standing bug](https://bugzilla.mozilla.org/show_bug.cgi?id=748620) that it will return a security exception on localStorage.getItem() when the user has disabled cookies. The frontend hits this bug and fails to load...
In the previous version of taginfo, I used to have an overpass turbo link like that ``` turbo.url_prefix = "http://overpass-turbo.eu/?zoom=9&lat=46.92079&lon=8.07464&" ``` that makes sure that the map is zoomed in...
The current concepts of handler classes mimics closely the C++ interface of osmium. There is no need to do this. pyosmium should get a simpler interface that is more in...
The new dangling reference tests fail under Pypy2 and Pypy3. It keeps references more references to the osmium object than it should. It is not quite clear if this is...
The Farsi translation of the presets consistently uses the arabic comma ([U+060C](https://unicodeplus.com/U+060C)) for separating 'terms'. Example: https://github.com/openstreetmap/id-tagging-schema/blob/1cbef5186feb17f599bd5df04aa99d581b0cb5b1/dist/translations/fa.json#L1197 Is this an error on the translation side or should software accept both...