aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-25 21:55:47 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-25 21:55:47 +1000
commit823b6cd638973e00f81c82cbc4da6fa45cae3b79 (patch)
tree9355f7cebe069a3f494d48e53b88de16ae5e2e3b
parentc6fa3906ae4d45a4186c3340faeb828933c900e5 (diff)
include osm poly in mr task
-rwxr-xr-xbin/conflate.js2
1 files changed, 1 insertions, 1 deletions
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,