Skip to main content
  • 10000+ Posts
  • 53,427 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

Show all badges

Community Stats

32,505
Posts
123,465
Replies
40,706
Members