no need to include OSM URL in OSM with wikidata tag API reply

This commit is contained in:
Edward Betts 2021-07-16 11:09:52 +02:00
parent 9090e67bad
commit 6d4a416f5a
1 changed files with 0 additions and 1 deletions

View File

@ -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,