aboutsummaryrefslogtreecommitdiff
path: root/bin/reduceOverlap.js
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-06-10 23:03:38 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-06-10 23:03:38 +1000
commit73d2dafdf6a6e42784c45d081982e76cb0317370 (patch)
tree3fa2151f28e07fa15dd24c6300c1c983b9f52a1d /bin/reduceOverlap.js
parentfc2b28841d32c52e5ca60d3baca95f06f7a9977c (diff)
explode unit/number into addr:unit and addr:housenumber
Diffstat (limited to 'bin/reduceOverlap.js')
-rwxr-xr-xbin/reduceOverlap.js2
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