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 7b273dd + abf1d55 commit 0bdcd1aCopy full SHA for 0bdcd1a
overpass/api.py
@@ -12,7 +12,7 @@ class API(object):
12
13
# defaults for the API class
14
_timeout = 25 # seconds
15
- _endpoint = "http://overpass-api.de/api/interpreter"
+ _endpoint = "https://overpass-api.de/api/interpreter"
16
_debug = False
17
18
_QUERY_TEMPLATE = "[out:{out}];{query}out {verbosity};"
0 commit comments