Skip to main content
  • 10000+ Posts
  • 53,366 Replies
10000+ Posts
How can I write or create a newline-delimited GeoJSON file

I'm currently exploring MapBox and their Tiling Service, which is currently in Beta and I'm trying to figure out how to create a line-delimited GeoJSON output so I can upload via their Tileset API.  The data/file needs to take the format as per the example below: Normal GeoJSON{    "type": "FeatureCollection",    "features": [        {            "type": "Feature",            "properties": {                "name": "Melbourne"            }, "geometry": {                "type": "Point",                "coordinates": [                    144.9584,                    -37.8173                ]            }        }, {            "type": "Feature",            "properties": {                "name": "Canberra"            }, "

Badge Winners

  • FME Form Advanced Training
    kitty_shephas earned the badge FME Form Advanced Training
  • FME Form Advanced Training
    simonbentenhas earned the badge FME Form Advanced Training
  • Integrate Data with the FME Platform Training
    andrew.tyrrellhas earned the badge Integrate Data with the FME Platform Training
  • FME Form Advanced Training
    mohamedbahloulhas earned the badge FME Form Advanced Training
  • FME Form Advanced Training
    warrenlimhas earned the badge FME Form Advanced Training
Show all badges

Community Stats

32,415
Posts
123,201
Replies
40,531
Members