aboutsummaryrefslogtreecommitdiff
path: root/bin/reduceDuplicates.js
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-06-18 15:37:45 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-06-18 15:37:45 +1000
commitd979aeb8e311ba3970c77a57b07ec1dea622b39f (patch)
treee0dea114966910d10875fe5a7bd66f2ee9e33c5b /bin/reduceDuplicates.js
parentdfc9041eb086e32b00f597bc1aebb284946d412f (diff)
Where one of the range endpoints is mapped with `addr:flats` and the range itself has no `addr:flats` then the range is removed (for example at _116 Anderson Street, South Yarra_)
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 0880abf..e4373c1 100755
--- a/bin/reduceDuplicates.js
+++ b/bin/reduceDuplicates.js
@@ -45,7 +45,6 @@ const index = new Transform({
}
const key = [
- // feature.properties['addr:unit:prefix'],
feature.properties['addr:unit'],
feature.properties['addr:housenumber'],
feature.properties['addr:street'],