Skip to content

Commit 565550f

Browse files
committed
Verbosity for GeoJSON output
Fixes mvexel#79
1 parent c7b5bf8 commit 565550f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overpass/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class API(object):
1818
_debug = False
1919

2020
_QUERY_TEMPLATE = "[out:{out}];{query}out {verbosity};"
21-
_GEOJSON_QUERY_TEMPLATE = "[out:json];{query}out body geom;"
21+
_GEOJSON_QUERY_TEMPLATE = "[out:json];{query}out {verbosity};"
2222

2323
def __init__(self, *args, **kwargs):
2424
self.endpoint = kwargs.get("endpoint", self._endpoint)

0 commit comments

Comments
 (0)