[osm] Removing house tag

This commit is contained in:
Al
2015-09-04 12:23:47 -04:00
parent 6a20ce5e85
commit 64db63e3eb

View File

@@ -141,6 +141,8 @@ class AddressFormatter(object):
aliases = OrderedDict([
('name', 'house'),
# in OSM this is the type of house, not a real tag
('house', 'house_type'),
('addr:housename', 'house'),
('addr:housenumber', 'house_number'),
('addr:street', 'road'),