]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/reverse.php
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / website / reverse.php
index daf0a72ddebdd5d4236b6827afcf5885a16e153a..d1603fa1e1752f68b55544ea44150dc96bf294a5 100755 (executable)
@@ -65,4 +65,6 @@
                exit;
        }
 
+       $sTileURL = CONST_Map_Tile_URL;
+       $sTileAttribution = CONST_Map_Tile_Attribution;
        include(CONST_BasePath.'/lib/template/address-'.$sOutputFormat.'.php');