[openaddresses] adding postal code country phrases in OpenAddresses as well
This commit is contained in:
@@ -422,6 +422,9 @@ class OpenAddressesFormatter(object):
|
|||||||
|
|
||||||
postcode = components.get(AddressFormatter.POSTCODE, None)
|
postcode = components.get(AddressFormatter.POSTCODE, None)
|
||||||
|
|
||||||
|
if postcode:
|
||||||
|
components[AddressFormatter.POSTCODE] = PostalCodes.add_country_phrase(postcode, country)
|
||||||
|
|
||||||
# If there's a postcode, we can still use just the city/state/postcode, otherwise discard
|
# If there's a postcode, we can still use just the city/state/postcode, otherwise discard
|
||||||
if (not street and street_required and not house_number) or (street and house_number and (street.lower() == house_number.lower())) or (unit and street and street.lower() == unit.lower()):
|
if (not street and street_required and not house_number) or (street and house_number and (street.lower() == house_number.lower())) or (unit and street and street.lower() == unit.lower()):
|
||||||
if not postcode:
|
if not postcode:
|
||||||
|
|||||||
Reference in New Issue
Block a user