Skip to main content
  • 10k+ Posts
  • 52,950 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"            }, "geometry": {                "type": "Point",                "coordinates": [                    149.1009,                    -35.3039                ]            }        }, {            "type": "Feature",            "properties": {                "name": "Sydney"         

Badge Winners

  • FME Form Basic Training
    nattishas earned the badge FME Form Basic Training
  • Online Training
    natalie_camposhas earned the badge Online Training
  • Welcome Back
    jmatoshas earned the badge Welcome Back
  • FME Form Basic Training
    charbourhas earned the badge FME Form Basic Training
  • FME Form Basic Training
    vrmuthukrishhas earned the badge FME Form Basic Training
Show all badges

Community Stats

32,070
Posts
121,767
Replies
39,694
Members

Latest FME