{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cinder Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.226821,
            53.48675
          ],
          [
            -2.226669,
            53.486602
          ],
          [
            -2.226518,
            53.486454
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023063557, M4 6BJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2265135981709467,
          53.48645553038998
        ]
      }
    }
  ]
}