diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-17 23:31:24 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-17 23:31:24 +1000 |
commit | a532baf127ab2400d630ba8dbbd1207557c5df4d (patch) | |
tree | 311e4e572ca73805746c719fda62c6d7de642f64 /bin | |
parent | ac3724fd311d6b9614523bb9753d46b361dde4b7 (diff) |
fix bug in conflation
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 = {} |