From d979aeb8e311ba3970c77a57b07ec1dea622b39f Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Fri, 18 Jun 2021 15:37:45 +1000 Subject: 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_) --- 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 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'], -- cgit v1.2.3