Currently I have this:
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "LineString",
...
I want to add some generator information:
{
"type": "FeatureCollection",
"generator": "printmaps",
"timestamp": "2018-10-23T06:21:02Z",
"features": [
{
"type": "Feature",
"geometry": {
"type": "LineString",
...
Question: Is this somehow possible?