Skip to main content
  • 10,000 Posts
  • 52,712 Replies
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
    dcoxhas earned the badge Welcome Back
  • Welcome Back
    mglimsdalhas earned the badge Welcome Back
  • Webinar Watcher (Ruby)
    bchadhas earned the badge Webinar Watcher (Ruby)
  • Webinar Watcher (Grey)
    fme_studenthas earned the badge Webinar Watcher (Grey)
  • English Speaker
    jkenneyhas earned the badge English Speaker
Show all badges

Community Stats

31,803
Posts
120,813
Replies
39,429
Members

Latest FME