]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib-php/admin/query.php
remove support for AUX housenumber tables
[nominatim.git] / lib-php / admin / query.php
index beb2f9ef32c034e516aaad8266b932d685b03745..268b87cc0e0bbe1e2e895cf655736e5cb53c80d9 100644 (file)
@@ -48,7 +48,6 @@ loadSettings($aCMDResult['project-dir'] ?? getcwd());
 @define('CONST_Search_BatchMode', getSettingBool('SEARCH_BATCH_MODE'));
 @define('CONST_Search_NameOnlySearchFrequencyThreshold', getSetting('SEARCH_NAME_ONLY_THRESHOLD'));
 @define('CONST_Term_Normalization_Rules', getSetting('TERM_NORMALIZATION'));
-@define('CONST_Use_Aux_Location_data', getSettingBool('USE_AUX_LOCATION_DATA'));
 @define('CONST_Use_US_Tiger_Data', getSettingBool('USE_US_TIGER_DATA'));
 @define('CONST_MapIcon_URL', getSetting('MAPICON_URL', false));
 
@@ -79,7 +78,6 @@ if (!$oParams->hasSetAny($aSearchParams)) {
 $oGeocode = new Nominatim\Geocode($oDB);
 
 $oGeocode->setLanguagePreference($oParams->getPreferredLanguages(false));
-$oGeocode->setReverseInPlan(true);
 $oGeocode->loadParamArray($oParams);
 
 if ($oParams->getBool('search')) {