Skip to content

Commit

Permalink
Verbosity for GeoJSON output
Browse files Browse the repository at this point in the history
Fixes mvexel#79
  • Loading branch information
mvexel committed Sep 18, 2017
1 parent c7b5bf8 commit 565550f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overpass/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class API(object):
_debug = False

_QUERY_TEMPLATE = "[out:{out}];{query}out {verbosity};"
_GEOJSON_QUERY_TEMPLATE = "[out:json];{query}out body geom;"
_GEOJSON_QUERY_TEMPLATE = "[out:json];{query}out {verbosity};"

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

0 comments on commit 565550f

Please sign in to comment.