[subdivisions] Adding zone types

This commit is contained in:
Al
2016-05-23 14:45:55 -04:00
parent edff5b9730
commit dbc41a931b

View File

@@ -116,6 +116,12 @@ class AddressComponents(object):
ALPHANUMERIC_PHRASE = 'alphanumeric'
STANDALONE_PHRASE = 'standalone'
class zones:
COMMERCIAL = 'commercial'
RESIDENTIAL = 'residential'
INDUSTRIAL = 'industrial'
UNIVERSITY = 'university'
sub_building_component_class_map = {
AddressFormatter.ENTRANCE: Entrance,
AddressFormatter.STAIRCASE: Staircase,