{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Crairoy Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.284068,
            57.48187
          ],
          [
            -3.284039,
            57.481563
          ],
          [
            -3.284011,
            57.481256
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "133063149, AB38 7QX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.2840694670140533,
          57.48186357090083
        ]
      }
    }
  ]
}