Skip to content

Commit

Permalink
Merge pull request openaddresses#864 from NelsonMinar/nelson-source-f…
Browse files Browse the repository at this point in the history
…ixes

Various source fixes inspired by Python testing.
  • Loading branch information
iandees committed Jan 13, 2015
2 parents 7025625 + b1a6cd0 commit 3809317
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions sources/be-flanders.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"file": "Shapefile/CrabAdr.shp",
"number": "HUISNR",
"type": "shapefile",
"encoding": "iso-8859-1",
"street": "STRAATNM",
"lon": "X",
"lat": "Y",
Expand Down
8 changes: 5 additions & 3 deletions sources/ca-bc-kamloops.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@
"compression": "zip",
"conform": {
"merge": [
"name",
"nametype"
"name",
"nametype",
"suffix"
],
"lon": "x",
"lat": "y",
"number": "STREETNO",
"street": "auto_street",
"type": "shapefile"
"type": "shapefile",
"file": "AddressPoint.shp"
},
"attribution": "City of Kamloops"
}
2 changes: 1 addition & 1 deletion sources/ca-pe.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"conform": {
"lon": "x",
"lat": "y",
"number": "STRET_NO",
"number": "STREET_NO",
"street": "STREET_NM",
"district": "COUNTY",
"type": "shapefile"
Expand Down
2 changes: 1 addition & 1 deletion sources/us-co-mesa.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lon": "x",
"lat": "y",
"number": "HOUSE_NUMB",
"merge": ["PREFIX_DIR","PREFIX_TYP","STREET_NAM", "STREET_TYP", "STREET_DIR"],
"merge": ["PREFIX_DIR","PREFIX_TYP","STREET_NAM", "STREET_TYP", "SUFFIX_DIR"],
"street": "auto_street",
"type": "shapefile"
}
Expand Down

0 comments on commit 3809317

Please sign in to comment.