Skip to main content

Unanswered questions

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

  • Welcome Back
    ohagand1has earned the badge Welcome Back
  • 12 Days Participant (2024)
    holdsyhas earned the badge 12 Days Participant (2024)
  • FME Certified Professional
    ibeezumahas earned the badge FME Certified Professional
  • Welcome Back
    stefan_kutachas earned the badge Welcome Back
  • 12 Days Participant (2024)
    tim.albert.vaahas earned the badge 12 Days Participant (2024)
Show all badges
30,194
Posts