[openaddresses] Only adding units for Australia, as they're known to contain both designator and number. US units seem to often have simple numbers/letters for the unit field

This commit is contained in:
Al
2016-05-31 02:20:28 -04:00
parent 7e2b87f10b
commit d98eeb08e8

View File

@@ -9,8 +9,6 @@ global:
component: house_number component: house_number
- field_name: STREET - field_name: STREET
component: road component: road
- field_name: UNIT
component: unit
- field_name: CITY - field_name: CITY
component: city component: city
- field_name: REGION - field_name: REGION
@@ -20,6 +18,20 @@ global:
countries: countries:
au: au:
field_map:
- field_name: NUMBER
component: house_number
- field_name: STREET
component: road
- field_name: UNIT
component: unit
- field_name: CITY
component: city
- field_name: REGION
component: state
- field_name: POSTCODE
component: postcode
files: files:
- filename: countrywide.csv - filename: countrywide.csv
nz: nz: