diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-05 21:09:19 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-05 21:09:19 +1000 |
commit | 5c96d0c4157c81648f53e6d7398fcd8e37bf2bfd (patch) | |
tree | 8238637f351c939b4ed6fa299216fbc52635b5bc /bin | |
parent | a219a8abad1110b3dcf9b7d95291b9a42f6f8880 (diff) |
omit addr:unit:prefix since it complicates the processing and it is not clear if it is even desired
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reduceDuplicates.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reduceDuplicates.js b/bin/reduceDuplicates.js index abd5810..ab2cea6 100755 --- a/bin/reduceDuplicates.js +++ b/bin/reduceDuplicates.js @@ -45,7 +45,7 @@ const index = new Transform({ } const key = [ - feature.properties['addr:unit:prefix'], + // feature.properties['addr:unit:prefix'], feature.properties['addr:unit'], feature.properties['addr:housenumber'], feature.properties['addr:street'], |