{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Norwood Grove",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.116788,
            53.558089
          ],
          [
            -2.116471,
            53.558094
          ],
          [
            -2.116154,
            53.558099
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000114804, OL2 6AS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1167878649069745,
          53.55808892392033
        ]
      }
    }
  ]
}