aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-17 23:31:24 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-17 23:31:24 +1000
commita532baf127ab2400d630ba8dbbd1207557c5df4d (patch)
tree311e4e572ca73805746c719fda62c6d7de642f64 /bin
parentac3724fd311d6b9614523bb9753d46b361dde4b7 (diff)
fix bug in conflation
Diffstat (limited to 'bin')
-rwxr-xr-xbin/conflate.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/conflate.js b/bin/conflate.js
index f986028..fd689e1 100755
--- a/bin/conflate.js
+++ b/bin/conflate.js
@@ -162,8 +162,8 @@ const conflate = new Transform({
}
})
-// ndjson streams to output debug features
-const outputKeys = ['notFoundInBlocks', 'noExactMatch', 'exactMatch', 'withinExistingOSMAddressPoly']
+// ndjson streams to output features
+const outputKeys = ['notFoundInBlocks', 'noExactMatch', 'exactMatch', 'withinExistingOSMAddressPoly', 'noOSMAddressWithinBlock']
const outputStreams = {}
const outputStreamOutputs = {}