You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Photon removes duplicate results of osm key='highway' with which have the same name and postal code.
This is intended as a street may be split in many ways and only one result should be returned in this case.
However, as results with different osm values get deduplicated, this results in e.g. supressed bus_stops like in the following case:
I think, osm_value should be part of the deduplication key. If this results in (too many) street duplicates, e.g. because the value/classification changes for the various ways of the same street, some more thinking would be required (e.g. distinguishing between bus_stop and street importance values).
The text was updated successfully, but these errors were encountered:
hbruch
added a commit
to mfdz/photon
that referenced
this issue
Oct 15, 2018
Photon removes duplicate results of osm key='highway' with which have the same name and postal code.
This is intended as a street may be split in many ways and only one result should be returned in this case.
However, as results with different osm values get deduplicated, this results in e.g. supressed bus_stops like in the following case:
Searching explicitly for highway:bus_stop returns the bus_stop Thingstraße, searching without osm_tag filter does not.
I think, osm_value should be part of the deduplication key. If this results in (too many) street duplicates, e.g. because the value/classification changes for the various ways of the same street, some more thinking would be required (e.g. distinguishing between bus_stop and street importance values).
The text was updated successfully, but these errors were encountered: