{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "McGowans Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.285192,
            57.481838
          ],
          [
            -3.285168,
            57.481532
          ],
          [
            -3.285144,
            57.481226
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "133064201, AB38 7QX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.2852029109726413,
          57.48184304125804
        ]
      }
    }
  ]
}