aboutsummaryrefslogtreecommitdiff
path: root/bin/reduceOverlap.js
diff options
context:
space:
mode:
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 695d5f6..cc73bed 100755
--- a/bin/reduceOverlap.js
+++ b/bin/reduceOverlap.js
@@ -153,7 +153,7 @@ const reduce = new Transform({
const nonUnitFeatures = featureGroup.filter(f => (!('addr:unit' in f.properties)))
if (nonUnitFeatures.length > 1) {
// multiple non-unit features shouldn't actually occur
- console.log("Multiple non-unit features, this shouldn't occur.", nonUnitFeatures)
+ console.log("Multiple non-unit features, this shouldn't occur, because reduceDuplicates should have address this already.", nonUnitFeatures)
process.exit(1)
} else {
// a single non-unit feature exists