]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/tools/refresh.py
move postcode normalization into tokenizer
[nominatim.git] / nominatim / tools / refresh.py
index d38cb216865003c0ce75a9f1f735c3db18a49e19..8fc0c69dd16dca16ec680daebf6544d25f50d847 100644 (file)
@@ -111,7 +111,6 @@ PHP_CONST_DEFS = (
     ('Search_BatchMode', 'SEARCH_BATCH_MODE', bool),
     ('Search_NameOnlySearchFrequencyThreshold', 'SEARCH_NAME_ONLY_THRESHOLD', str),
     ('Term_Normalization_Rules', 'TERM_NORMALIZATION', str),
-    ('Use_Aux_Location_data', 'USE_AUX_LOCATION_DATA', bool),
     ('Use_US_Tiger_Data', 'USE_US_TIGER_DATA', bool),
     ('MapIcon_URL', 'MAPICON_URL', str),
 )