diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-10 23:03:38 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-10 23:03:38 +1000 |
commit | 73d2dafdf6a6e42784c45d081982e76cb0317370 (patch) | |
tree | 3fa2151f28e07fa15dd24c6300c1c983b9f52a1d /bin/reduceOverlap.js | |
parent | fc2b28841d32c52e5ca60d3baca95f06f7a9977c (diff) |
explode unit/number into addr:unit and addr:housenumber
Diffstat (limited to 'bin/reduceOverlap.js')
-rwxr-xr-x | bin/reduceOverlap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reduceOverlap.js b/bin/reduceOverlap.js index 40b4708..90ca036 100755 --- a/bin/reduceOverlap.js +++ b/bin/reduceOverlap.js @@ -82,7 +82,7 @@ const reduce = new Transform({ // only one feature with this geometry, nothing to reduce, output as is this.push(groupedFeatures[0]) } else { - // mulitple features with the same geometry + // multiple features with the same geometry // group by housenumber, street, suburb, state, postcode to reduce units into addr:flats // groupedFeatures all all the features at the same point |