diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-04 17:48:04 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-04 17:48:04 +1000 |
commit | 588b35cef949a27fe938e38d7710965405ffdac1 (patch) | |
tree | 1e679b3421ef372ea40938562495a0cfe1acf83d /bin/reduceDuplicates.js | |
parent | c44dca4697a768c452a9bf48ef5d9e326dfd652c (diff) |
don't include building / property name
Diffstat (limited to 'bin/reduceDuplicates.js')
-rwxr-xr-x | bin/reduceDuplicates.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reduceDuplicates.js b/bin/reduceDuplicates.js index c9a7769..3e3805b 100755 --- a/bin/reduceDuplicates.js +++ b/bin/reduceDuplicates.js @@ -44,7 +44,6 @@ const index = new Transform({ const key = [ feature.properties['addr:unit'], - feature.properties['addr:housename'], feature.properties['addr:housenumber'], feature.properties['addr:street'], feature.properties['addr:suburb'], |