POI are not all imported by Photon ? #810
Closed
felix-geovelo
started this conversation in
General
Replies: 1 comment
-
Photon imports only named object because it is meant to be a search engine. Please have a look at Overpass API, if you need to get all OSM objects of a certain type in an area. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've played a bit with reverse API and I've encountered strange outputs.
On the komoot instance, only bicycle_parking that are ways are returned ("osm_type": "W"):
https://photon.kommot.io/reverse?lat=47.390147&lon=0.687265&osm_tag=amenity:bicycle_parking&limit=10&radius=10
I've seen on those line of the Importer from Nominatim that it seems that only documents with housenumbers are imported, does it means that nodes representing bicycle_parkings are not imported in photon index since they do not have a specific adress ? (like this bicycle parking for instance)
I suppose that deleting this restriction would have an impact on the search api as well (and the size of the index) ?
Thanks by advance for the response !
Beta Was this translation helpful? Give feedback.
All reactions