Include geojson for OSM objects response
This commit is contained in:
parent
471022877a
commit
61ecfdef8b
|
@ -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"],
|
||||
|
|
Loading…
Reference in a new issue