You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello and thank you for providing this workful tool!
Everything works fine when I use mergeFeatureCollectionStream as following:
var mergedStream = geojsonMerge.mergeFeatureCollectionStream([
'./public/uploads/usertrainingspolygonegjson.geojson',
'./public/uploads/digitalized_usertrainingspolygons.geojson'])
mergedStream.pipe(process.stdout);
But my problem now is, that it only prints the combined geojson as text in my console and my question would be if there is any way to save the output to a geojson file?
Best regards and thank you very much!
The text was updated successfully, but these errors were encountered:
Hello and thank you for providing this workful tool!
Everything works fine when I use mergeFeatureCollectionStream as following:
But my problem now is, that it only prints the combined geojson as text in my console and my question would be if there is any way to save the output to a geojson file?
Best regards and thank you very much!
The text was updated successfully, but these errors were encountered: