diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/conflate.js | 4 |
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 = {} |