From a532baf127ab2400d630ba8dbbd1207557c5df4d Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Mon, 17 May 2021 23:31:24 +1000 Subject: fix bug in conflation --- bin/conflate.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/conflate.js') 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 = {} -- cgit v1.2.3