Add https support for overpass
This commit is contained in:
parent
2e05669a22
commit
50ea797f33
2 changed files with 6 additions and 4 deletions
|
@ -85,7 +85,7 @@ defaults: &defaults
|
|||
# Whether to require users to agree to the CTs before editing
|
||||
require_terms_agreed: false
|
||||
# URL of Overpass instance to use for feature queries
|
||||
overpass_url: http://overpass-api.de/api/interpreter
|
||||
overpass_url: "//overpass-api.de/api/interpreter"
|
||||
|
||||
development:
|
||||
<<: *defaults
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue