{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Whittaker Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.124275,
            53.568328
          ],
          [
            -2.124093,
            53.56838
          ],
          [
            -2.123912,
            53.568433
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000117993, OL2 6QF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1239282502324204,
          53.568427275230086
        ]
      }
    }
  ]
}