diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-25 21:55:47 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-25 21:55:47 +1000 |
commit | 823b6cd638973e00f81c82cbc4da6fa45cae3b79 (patch) | |
tree | 9355f7cebe069a3f494d48e53b88de16ae5e2e3b | |
parent | c6fa3906ae4d45a4186c3340faeb828933c900e5 (diff) |
include osm poly in mr task
-rwxr-xr-x | bin/conflate.js | 2 |
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, |