{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Youngson's Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.459039,
            57.537428
          ],
          [
            -2.458935,
            57.537138
          ],
          [
            -2.458831,
            57.536848
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "151155488, AB53 4DW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4590389775297834,
          57.537427805389484
        ]
      }
    }
  ]
}