From 6aa640b5f007b0af7ab3190f054ea59c8864cc72 Mon Sep 17 00:00:00 2001 From: Al Date: Mon, 23 Nov 2015 12:36:05 -0500 Subject: [PATCH] [fix] Moving is_in:country to lower priority --- scripts/geodata/address_formatting/formatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),