{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cuddies Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.258361,
            55.907549
          ],
          [
            -3.258214,
            55.907497
          ],
          [
            -3.258157,
            55.907477
          ],
          [
            -3.258088,
            55.907453
          ],
          [
            -3.257815,
            55.907357
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "906434424, EH13 0LQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.2580364601239475,
          55.907417329937026
        ]
      }
    }
  ]
}