We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b5bf8 commit 565550fCopy full SHA for 565550f
overpass/api.py
@@ -18,7 +18,7 @@ class API(object):
18
_debug = False
19
20
_QUERY_TEMPLATE = "[out:{out}];{query}out {verbosity};"
21
- _GEOJSON_QUERY_TEMPLATE = "[out:json];{query}out body geom;"
+ _GEOJSON_QUERY_TEMPLATE = "[out:json];{query}out {verbosity};"
22
23
def __init__(self, *args, **kwargs):
24
self.endpoint = kwargs.get("endpoint", self._endpoint)
0 commit comments