diff --git a/scripts/geodata/address_formatting/formatter.py b/scripts/geodata/address_formatting/formatter.py index 93acf338..b34b3b57 100644 --- a/scripts/geodata/address_formatting/formatter.py +++ b/scripts/geodata/address_formatting/formatter.py @@ -90,10 +90,10 @@ class AddressFormatter(object): ('addr:postal_code', POSTCODE), ('addr:postcode', POSTCODE), ('addr:country', COUNTRY), - ('is_in:country', COUNTRY), ('addr:country_code', COUNTRY), ('country_code', COUNTRY), ('is_in:country_code', COUNTRY), + ('is_in:country', COUNTRY), ('street', ROAD), ('street_name', ROAD), ('residential', ROAD),