Skip to main content
  • 10000+ Posts
  • 53,235 Replies
10000+ Posts
Creating GeoJson array

Hello,I would like to create the Geojson output as shown below:{  "type": "FeatureCollection",  "name": "Example_Dataset",  "crs": {    "type": "name",    "properties": {      "name": "EPSG:28992"    }  },  "bbox": null,  "features": [    {      "type": "Feature",      "properties": {        "Name": "AO1",        "Begin K": "0",        "End K": "2.196"      },      "geometry": {        "type": "LineString",        "coordinates": [          [            143267.805,            559438.354,            1.944,            0          ],          [            143268.356,            559439.188,            1.987,            0.001          ],          [            143268.907,            559440.023,            2.029,            0.002          ],

Badge Winners

Show all badges

Community Stats

32,413
Posts
122,925
Replies
40,132
Members

Latest FME