X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/46e64bd93385d7c2e30154a07fa7cae79bf9ecee..54126633f6078ebb86b53c614fcb243039e839fb:/website/search.php?ds=sidebyside diff --git a/website/search.php b/website/search.php index bf27ef9a..18b47e1d 100755 --- a/website/search.php +++ b/website/search.php @@ -20,10 +20,12 @@ $aLangPrefOrder = getPreferredLanguages(); $oGeocode->setLanguagePreference($aLangPrefOrder); + /* if (isset($aLangPrefOrder['name:de'])) $oGeocode->setReverseInPlan(true); if (isset($aLangPrefOrder['name:ru'])) $oGeocode->setReverseInPlan(true); if (isset($aLangPrefOrder['name:ja'])) $oGeocode->setReverseInPlan(true); if (isset($aLangPrefOrder['name:pl'])) $oGeocode->setReverseInPlan(true); + */ // Format for output $sOutputFormat = 'html';