{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Legion Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.950024,
            57.540607
          ],
          [
            -2.949171,
            57.540559
          ],
          [
            -2.948318,
            57.540512
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "133067401, AB55 5AA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.950024463367002,
          57.54060686482313
        ]
      }
    }
  ]
}