]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/defaults.php
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / settings / defaults.php
index 9df95e03583ddb30d95de716bf9c306448f066cf..9c0859bad19e5b7c5ca5958d6f828c95769c7821 100644 (file)
@@ -94,7 +94,7 @@ if (isset($_GET['debug']) && $_GET['debug']) @define('CONST_Debug', true);
 @define('CONST_Default_Lat', 20.0);
 @define('CONST_Default_Lon', 0.0);
 @define('CONST_Default_Zoom', 2);
-@define('CONST_Map_Tile_URL', 'http://{s}.tile.osm.org/{z}/{x}/{y}.png');
+@define('CONST_Map_Tile_URL', 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png');
 @define('CONST_Map_Tile_Attribution', ''); // Set if tile source isn't osm.org
 
 @define('CONST_Search_AreaPolygons', true);