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 abf1d55Copy full SHA for abf1d55
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