Include geojson for OSM objects response

This commit is contained in:
Edward Betts 2021-05-08 11:03:49 +02:00
parent 471022877a
commit 61ecfdef8b
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ def get_osm_with_wikidata_tag(bbox):
{
"identifier": osm.identifier,
"url": osm.osm_url,
# 'geoson': osm.geojson(),
"geoson": osm.geojson(),
"centroid": list(osm.get_centroid()),
"name": name,
"wikidata": osm.tags["wikidata"],