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 9f5010f commit 93ebc67Copy full SHA for 93ebc67
overpass/api.py
@@ -104,6 +104,7 @@ def _GetFromOverpass(self, query):
104
raise ServerLoadError(self._timeout)
105
raise UnknownOverpassError("The request returned status code {code}".format(code = self._status))
106
else:
107
+ r.encoding = 'utf-8'
108
return r.text
109
110
def _asGeoJSON(self, elements):
0 commit comments