{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mill Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.619733,
            55.963755
          ],
          [
            -2.618975,
            55.964118
          ],
          [
            -2.618217,
            55.964481
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "138060264, EH42 1TD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.6197978949091048,
          55.96376810795403
        ]
      }
    }
  ]
}