From ac3724fd311d6b9614523bb9753d46b361dde4b7 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Mon, 17 May 2021 23:31:07 +1000 Subject: log match features in conflation --- bin/conflate.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/conflate.js b/bin/conflate.js index 7b7f09b..f986028 100755 --- a/bin/conflate.js +++ b/bin/conflate.js @@ -140,6 +140,7 @@ const conflate = new Transform({ }) if (matches.length) { // matching number and street, high confidence + feature.properties._matches = matches.map(match => `${match.properties['@type']}/${match.properties['@id']}`).join(',') outputStreams.exactMatch.write(feature) } else { // no exact match, probably can import -- cgit v1.2.3