X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/266153f2188e7ce70032af57daf6b30e7f2350b4..efac4a135a13690a964b1b6aaa046d084df70f29:/settings/defaults.php diff --git a/settings/defaults.php b/settings/defaults.php index 9df95e03..81c19c74 100644 --- a/settings/defaults.php +++ b/settings/defaults.php @@ -72,7 +72,7 @@ if (isset($_GET['debug']) && $_GET['debug']) @define('CONST_Debug', true); //// Replication settings // Base URL of replication service -@define('CONST_Replication_Url', 'http://planet.openstreetmap.org/replication/minute'); +@define('CONST_Replication_Url', 'https://planet.openstreetmap.org/replication/minute'); // Maximum size in MB of data to download per batch @define('CONST_Replication_Max_Diff_size', '30'); @@ -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);