Skip to main content
  • 12,682 Posts
  • 50,735 Replies
12682 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

  • Integrate Spatial Data
    acookehas earned the badge Integrate Spatial Data
  • FME Form Basic Training
    eskelinensarahas earned the badge FME Form Basic Training
  • Welcome Back
    rwnewcshas earned the badge Welcome Back
  • FME Form Basic Training
    rwnewcshas earned the badge FME Form Basic Training
  • Teacher (Grey)
    jkenneyhas earned the badge Teacher (Grey)
Show all badges
30,162
Posts