From 588b35cef949a27fe938e38d7710965405ffdac1 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Tue, 4 May 2021 17:48:04 +1000 Subject: don't include building / property name --- bin/reduceDuplicates.js | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/reduceDuplicates.js') 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'], -- cgit v1.2.3