X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/521d6294993f8d8d46d93d514c08556d0c924786..fc96bee063c26ade2cdc89f255de580de9d43009:/settings/settings.php diff --git a/settings/settings.php b/settings/settings.php index 3deda462..765849e7 100644 --- a/settings/settings.php +++ b/settings/settings.php @@ -93,6 +93,8 @@ @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_Attribution', ''); // Set if tile source isn't osm.org @define('CONST_Search_AreaPolygons_Enabled', true); @define('CONST_Search_AreaPolygons', true); @@ -116,3 +118,5 @@ @define('CONST_Log_File_Format', 'TODO'); // Currently hard coded @define('CONST_Log_File_SearchLog', ''); @define('CONST_Log_File_ReverseLog', ''); + +