aboutsummaryrefslogtreecommitdiff
path: root/bin/reduceDuplicates.js
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-04 17:48:04 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-04 17:48:04 +1000
commit588b35cef949a27fe938e38d7710965405ffdac1 (patch)
tree1e679b3421ef372ea40938562495a0cfe1acf83d /bin/reduceDuplicates.js
parentc44dca4697a768c452a9bf48ef5d9e326dfd652c (diff)
don't include building / property name
Diffstat (limited to 'bin/reduceDuplicates.js')
-rwxr-xr-xbin/reduceDuplicates.js1
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'],