[osm] map place=district to state_district

This commit is contained in:
Al
2016-07-26 20:30:47 -04:00
parent 53cbb52cb2
commit 274f31b37e

View File

@@ -50,6 +50,7 @@ class OSMAddressComponents(object):
'state': AddressFormatter.STATE,
'region': AddressFormatter.STATE,
'province': AddressFormatter.STATE,
'district': AddressFormatter.STATE_DISTRICT,
'county': AddressFormatter.STATE_DISTRICT,
}
}