]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/search.php
make map tile layer configurable
[nominatim.git] / website / search.php
index 9137beade1921d8ab619b19f80f04d24978476b7..f2c327c07fefe6760d5c51426d588c0c214c4c56 100755 (executable)
@@ -13,6 +13,8 @@
        $fLat = CONST_Default_Lat;
        $fLon = CONST_Default_Lon;
        $iZoom = CONST_Default_Zoom;
+       $sTileURL = CONST_Map_Tile_URL;
+       $sTileAttribution = CONST_Map_Tile_Attribution;
 
        $oGeocode =& new Geocode($oDB);