[fix] Moving is_in:country to lower priority
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user