Use https for nominatim

This commit is contained in:
Tom Hughes 2018-01-08 10:49:36 +00:00
parent ce9066797c
commit af1397436f
3 changed files with 4 additions and 4 deletions

View file

@ -74,7 +74,7 @@ defaults: &defaults
# Enable legacy OAuth 1.0 support
oauth_10_support: true
# URL of Nominatim instance to use for geocoding
nominatim_url: "//nominatim.openstreetmap.org/"
nominatim_url: "https://nominatim.openstreetmap.org/"
# Default editor
default_editor: "id"
# OAuth consumer key for Potlatch 2