X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/d94931845cb63c472f458080d7a1c5321f0aa502..047b306f7b94f9faef31fa9da61f5e99e6c3e7ae:/src/config.js diff --git a/src/config.js b/src/config.js index 08196fd..2d7bc68 100644 --- a/src/config.js +++ b/src/config.js @@ -5,6 +5,6 @@ var Nominatim_Config = { "Map_Default_Lat": 20.0, "Map_Default_Lon": 0.0, "Map_Default_Zoom": 2, - "Map_Tile_URL": "http://{s}.tile.osm.org/{z}/{x}/{y}.png", + "Map_Tile_URL": "https://{s}.tile.osm.org/{z}/{x}/{y}.png", "Map_Tile_Attribution": "" };