I noticed that one street in osm is represented by several entries with different osm_id
. However, Nominatim
returns only one
entry to its output. What is the selection criterion?
I see that one street corresponds to several entries in the database with the same fields 'parent_place_id' and 'name'.
How does Nominatim
or Photon
choose which entry to output to the api?