photon icon indicating copy to clipboard operation
photon copied to clipboard

an open source geocoder for openstreetmap data

Results 83 photon issues
Sort by recently updated
recently updated
newest added

Add a license file for better visibility

Some name variants aren't indexed. This also adds these properties

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:*...

Hello, Is there a way to get more details from API as namedetails? For example i need Belgrade on Serbian language (cyrilic). [http://photon.komoot.de/api/?q=beograd&limit=5&osm_tag=place:village&osm_tag=place:town&osm_tag=place:city](url) This returns only one name. Nominatim have...

For initial import of interpolations the original doc is imported. See: https://github.com/komoot/photon/blob/ce84ef47ed85298bd9986d005523a685b7636cc6/src/main/java/de/komoot/photon/nominatim/NominatimConnector.java#L256 On update it updates the documents returned from `getDocsWithHousenumber()` https://github.com/komoot/photon/blob/ce84ef47ed85298bd9986d005523a685b7636cc6/src/main/java/de/komoot/photon/nominatim/NominatimConnector.java#L158 I think the update part is right in...

When trying out photon I stumbled across inconsistencies with the returned items when the language header is missing or the language is set to default. An example of this behaviour...

I tried to search for two Bavarian cities and photon doesn't find them (Ingolstadt, Rosenheim). It works on komoot.de but doesn"t at https://photon.komoot.io. See the attached pictures. ![ingolstadt_komoot](https://user-images.githubusercontent.com/2041764/127634081-75263aad-80c6-4991-8f81-10f228a44916.png) ![ingolstadt_photon](https://user-images.githubusercontent.com/2041764/127634090-4bae3c6b-899f-4ffa-9905-ae5f555efe20.png) I...

We have a perfomance issue when running photon with multiple languages like so: -languages ru,en,de,uk,es,pt,fr,zh,pl,it,tr,ja,vi,id,ms,th,hi we don't know exactly what the client langauge will be. It might be any language....

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...

`place_addressline` table in Nominatim DB does not have the entire address line for a few addresses. This causes missing address elements while importing data into photon. (Unsure if this is...