diff --git a/matcher/api.py b/matcher/api.py index d9d9847..0b4b34c 100644 --- a/matcher/api.py +++ b/matcher/api.py @@ -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,