]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/details.php
make map tile layer configurable
[nominatim.git] / website / details.php
index 54d8015ead9de33023a3016164780746a2ff872d..7cbb17ef29a6460880ab00f41b19419f68778fa1 100755 (executable)
 
        logEnd($oDB, $hLog, 1);
 
+       $sTileURL = CONST_Map_Tile_URL;
+       $sTileAttribution = CONST_Map_Tile_Attribution;
+       
        include(CONST_BasePath.'/lib/template/details-'.$sOutputFormat.'.php');