Open zheffie opened 9 years ago
in this case photon does not consider tags like destination:int_ref
or nat_ref
I think if no 'name' tag is present the 'ref' or 'int_ref' should be used. E.g. also http://photon.komoot.de/reverse?lat=50.8948941&lon=12.9471627
How would you expect the data to be imported? Should 'ref' become a field of its own and the frontend would do the replacement when no name is present or should be nominatim exporter put the ref into the name field when no name can be found? The first solution would just influence the output, the second one would also make the name searchable. The latter should be considered with care because refs can really mess up the search results (e.g. easily confused with house numbers).
Thanks @lonvia for this hint :) Then indeed the first option sounds better
Name seems to be absent also for buildings: http://photon.komoot.de/reverse?lon=-1.81602098644987&lat=52.5487429714954
This building has no name. I would suggest to fallback to the housenumber (and street) when creating output.
It seems that the result of photon's reverse geocoding is incomplete compared to nominatim. Consider below:
http://photon.komoot.de/reverse?lat=51.2034950256348&lon=4.5686016082763
http://nominatim.openstreetmaps.org/reverse.php?lat=51.2034950256348&lon=4.5686016082763
Note that the photon result does not include the road name "E313/E34".
Why is this, and can it be fixed?