{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Fowlie's Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.456237,
            57.537743
          ],
          [
            -2.45613,
            57.537456
          ],
          [
            -2.456023,
            57.537168
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "151155484, AB53 4DW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4562368647516086,
          57.53774337436014
        ]
      }
    }
  ]
}