Replies: 1 comment 4 replies
-
Photon imports all data from the Nominatim database that have either a name or a housenumber, see photon/src/main/java/de/komoot/photon/PhotonDoc.java Lines 200 to 206 in ce3424b The Nominatim instance used to produce the pre-built Photon indexes uses a special style that drops all the OSM data that doesn't have a name. Please note once again that Photon is mainly meant to be a forward geocoder. It is supposed to find places by their name and address. It is not meant to be a POI database. It would need to have a different design, if it was supposed to be a POI database. If you are using a query of the form |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Using this query to find railway stations I get only this node because the other railway station is only tagged with
public_transport=station
. But using a query with this tag won't give any results. Is the problem thatpublic_transport
is not indexed? Is this related to #462 ?And is this also the reason why this toilet isn't found? Here is the photon query.
Beta Was this translation helpful? Give feedback.
All reactions