X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/6fc32d9645f98ec39c8773d6bf01cc2f6d4969de..051998dd80b0def50058266b7adbdf2e971032eb:/website/search.php?ds=sidebyside diff --git a/website/search.php b/website/search.php index 8b160f8f..31944974 100755 --- a/website/search.php +++ b/website/search.php @@ -10,11 +10,6 @@ $oDB =& getDB(); - // Display defaults - $fLat = CONST_Default_Lat; - $fLon = CONST_Default_Lon; - $iZoom = CONST_Default_Zoom; - $oGeocode = new Geocode($oDB); $aLangPrefOrder = getPreferredLanguages(); @@ -120,8 +115,6 @@ if ($sOutputFormat=='html') { $sDataDate = $oDB->getOne("select TO_CHAR(lastimportdate - '2 minutes'::interval,'YYYY/MM/DD HH24:MI')||' GMT' from import_status limit 1"); - $sTileURL = CONST_Map_Tile_URL; - $sTileAttribution = CONST_Map_Tile_Attribution; } logEnd($oDB, $hLog, sizeof($aSearchResults));