From 73d2dafdf6a6e42784c45d081982e76cb0317370 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Thu, 10 Jun 2021 23:03:38 +1000 Subject: explode unit/number into addr:unit and addr:housenumber --- bin/reduceOverlap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reduceOverlap.js') 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 -- cgit v1.2.3