{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Alfred Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.61484,
            51.47893
          ],
          [
            -2.615193,
            51.478884
          ],
          [
            -2.615546,
            51.478838
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "311601, BS6 7JA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.6148849497829616,
          51.4789040291513
        ]
      }
    }
  ]
}