[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:
Al
2017-01-27 13:54:05 -05:00
parent 11345bf2bf
commit 01d6d47b08

View File

@@ -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),