Include candidate OSM type and ID in nearby search

This commit is contained in:
Edward Betts 2021-07-11 17:14:31 +02:00
parent cb1864059a
commit fd76bcaa37
1 changed files with 2 additions and 0 deletions

View File

@ -439,6 +439,8 @@ def find_osm_candidates(item, bounds):
address_list = []
cur = {
"identifier": osm.identifier,
"type": osm.type,
"id": osm.id,
"distance": dist,
"name": name,
"tags": tags,