X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/d35a0b392e5031bb5bbdcb5d32ca25306568d29a..15a1666f8a1e19c338015fccd502be6cfd5c24df:/utils/query.php?ds=sidebyside diff --git a/utils/query.php b/utils/query.php index 956bb566..aa7361ab 100644 --- a/utils/query.php +++ b/utils/query.php @@ -1,8 +1,8 @@ hasSetAny($aSearchParams)) { $oGeocode = new Nominatim\Geocode($oDB); $oGeocode->setLanguagePreference($oParams->getPreferredLanguages(false)); +$oGeocode->setReverseInPlan(true); $oGeocode->loadParamArray($oParams); if ($oParams->getBool('search')) {