From 6d4a416f5a5350dfd82f22adef5ebfae43374c23 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 16 Jul 2021 11:09:52 +0200 Subject: [PATCH] no need to include OSM URL in OSM with wikidata tag API reply --- matcher/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/matcher/api.py b/matcher/api.py index adcf120..2ae307a 100644 --- a/matcher/api.py +++ b/matcher/api.py @@ -149,7 +149,6 @@ def get_osm_with_wikidata_tag(bbox): "identifier": osm.identifier, "id": osm.id, "type": osm.type, - "url": osm.osm_url, "geojson": osm.geojson(), "centroid": list(osm.get_centroid()), "name": name,