{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sodgers Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.950084,
            57.540328
          ],
          [
            -2.949231,
            57.540276
          ],
          [
            -2.948377,
            57.540224
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "133067387, AB55 5AA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.950084023215602,
          57.540327944576845
        ]
      }
    }
  ]
}