From 823b6cd638973e00f81c82cbc4da6fa45cae3b79 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Tue, 25 May 2021 21:55:47 +1000 Subject: include osm poly in mr task --- bin/conflate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/conflate.js') diff --git a/bin/conflate.js b/bin/conflate.js index 4b7a156..e89693e 100755 --- a/bin/conflate.js +++ b/bin/conflate.js @@ -200,7 +200,7 @@ const conflate = new Transform({ // MapRoulette task const task = { type: 'FeatureCollection', - features: [ feature ], + features: [ feature, osmPoly ], cooperativeWork: { meta: { version: 2, -- cgit v1.2.3