X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f2a2c29815768171406587b7bc528f5033ec9b8f..21c590416854b1245866b96772fde61050c0e01a:/website/search.php diff --git a/website/search.php b/website/search.php index 9137bead..f2c327c0 100755 --- a/website/search.php +++ b/website/search.php @@ -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);