X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a7e1b3b1eeec1cebc71ee7ae0282dfe3bb31456c..a50a37397856de6d735a3f8be66115885c170821:/website/search.php?ds=inline 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';