diff options
-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, |