Skip to main content
10000 Posts

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

Show all badges

Community Stats

31,758
Posts
120,640
Replies
39,382
Members

Latest FME