{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "St Matthew's Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.594619,
            51.464065
          ],
          [
            -2.594148,
            51.463824
          ],
          [
            -2.593677,
            51.463584
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "300805, BS6 5TW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.59429881360663,
          51.463814372550914
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "316196, BS6 5UQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5937347634641057,
          51.463610423728824
        ]
      }
    }
  ]
}