diff --git a/scripts/geodata/osm/components.py b/scripts/geodata/osm/components.py index fb4bbf83..1502eb4f 100644 --- a/scripts/geodata/osm/components.py +++ b/scripts/geodata/osm/components.py @@ -50,6 +50,7 @@ class OSMAddressComponents(object): 'state': AddressFormatter.STATE, 'region': AddressFormatter.STATE, 'province': AddressFormatter.STATE, + 'district': AddressFormatter.STATE_DISTRICT, 'county': AddressFormatter.STATE_DISTRICT, } }