diff --git a/matcher/api.py b/matcher/api.py index 2ae307a..1b388b4 100644 --- a/matcher/api.py +++ b/matcher/api.py @@ -455,6 +455,7 @@ def find_osm_candidates(item, bounds): "geojson": osm.geojson(), "presets": get_presets_from_tags(osm), "address_list": address_list, + "centroid": list(osm.get_centroid()), } if hasattr(osm, 'area'): cur["area"] = osm.area