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 7b273dd commit e7c5603Copy full SHA for e7c5603
overpass/api.py
@@ -44,7 +44,7 @@ def Get(self, query, responseformat="geojson", verbosity="body"):
44
# Get the response from Overpass
45
raw_response = self._GetFromOverpass(full_query)
46
47
- if responseformat == "xml":
+ if responseformat == "xml" or responseformat.startswith("csv"):
48
return raw_response
49
50
response = json.loads(raw_response)
0 commit comments