[osm] removing addr:place mapping to road as it's usually a village in post-Soviet states, etc. Can handle it down the road
This commit is contained in:
@@ -84,7 +84,6 @@ class OSMAddressFormatter(object):
|
||||
('addr:housenumber', AddressFormatter.HOUSE_NUMBER),
|
||||
('addr:house_number', AddressFormatter.HOUSE_NUMBER),
|
||||
('addr:street', AddressFormatter.ROAD),
|
||||
('addr:place', AddressFormatter.ROAD),
|
||||
('addr:suburb', AddressFormatter.SUBURB),
|
||||
('is_in:suburb', AddressFormatter.SUBURB),
|
||||
('addr:neighbourhood', AddressFormatter.SUBURB),
|
||||
|
||||
Reference in New Issue
Block a user