X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/6a7e0d652b1d40a397e1c1386d500101796676c4..dc700c25b66c9885acc719f7ec9761f52b586c20:/lib-php/admin/warm.php diff --git a/lib-php/admin/warm.php b/lib-php/admin/warm.php index 827fd986..d7950af9 100644 --- a/lib-php/admin/warm.php +++ b/lib-php/admin/warm.php @@ -33,7 +33,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));