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.
2 parents 0bdcd1a + e7c5603 commit 68f6dfeCopy full SHA for 68f6dfe
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