[fix] Moving is_in:country to lower priority

This commit is contained in:
Al
2015-11-23 12:36:05 -05:00
parent 2b1c346fde
commit 6aa640b5f0

View File

@@ -90,10 +90,10 @@ class AddressFormatter(object):
('addr:postal_code', POSTCODE), ('addr:postal_code', POSTCODE),
('addr:postcode', POSTCODE), ('addr:postcode', POSTCODE),
('addr:country', COUNTRY), ('addr:country', COUNTRY),
('is_in:country', COUNTRY),
('addr:country_code', COUNTRY), ('addr:country_code', COUNTRY),
('country_code', COUNTRY), ('country_code', COUNTRY),
('is_in:country_code', COUNTRY), ('is_in:country_code', COUNTRY),
('is_in:country', COUNTRY),
('street', ROAD), ('street', ROAD),
('street_name', ROAD), ('street_name', ROAD),
('residential', ROAD), ('residential', ROAD),