forked from hans/Nominatim
correctly handle removing all postcodes for country
This commit is contained in:
@@ -54,7 +54,7 @@ class DummyNameAnalyzer:
|
||||
def normalize_postcode(self, postcode):
|
||||
return postcode
|
||||
|
||||
def add_postcodes_from_db(self):
|
||||
def update_postcodes_from_db(self):
|
||||
pass
|
||||
|
||||
def update_special_phrases(self, phrases):
|
||||
|
||||
Reference in New Issue
Block a user