diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-18 15:37:45 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-18 15:37:45 +1000 |
commit | d979aeb8e311ba3970c77a57b07ec1dea622b39f (patch) | |
tree | e0dea114966910d10875fe5a7bd66f2ee9e33c5b /bin/reduceDuplicates.js | |
parent | dfc9041eb086e32b00f597bc1aebb284946d412f (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-x | bin/reduceDuplicates.js | 1 |
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'], |