{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Butterills Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.274673,
            51.405095
          ],
          [
            -3.274622,
            51.405064
          ],
          [
            -3.27457,
            51.405033
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "64111515, CF62 7AL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.272695212841011,
          51.40355121255419
        ]
      }
    }
  ]
}