X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/016815eda29fcd4a858921f6cefc467d20952bab..f9ee4e3bd3d88bfc7317fe8b96c32cd12aaa34b1:/website/reverse.php diff --git a/website/reverse.php b/website/reverse.php index 5217f734..e2dfaef8 100755 --- a/website/reverse.php +++ b/website/reverse.php @@ -76,4 +76,6 @@ exit; } + $sTileURL = CONST_Map_Tile_URL; + $sTileAttribution = CONST_Map_Tile_Attribution; include(CONST_BasePath.'/lib/template/address-'.$sOutputFormat.'.php');