forked from edward/owl-map
no need to include OSM URL in OSM with wikidata tag API reply
This commit is contained in:
parent
9090e67bad
commit
6d4a416f5a
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue