{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Rosebank",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.230002,
            54.679019
          ],
          [
            -1.229967,
            54.678812
          ],
          [
            -1.229932,
            54.678605
          ],
          [
            -1.229852,
            54.678565
          ],
          [
            -1.229772,
            54.678525
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009718542, TS26 9PQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.230018361266942,
          54.678955844455864
        ]
      }
    }
  ]
}