{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hailwood Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.16429,
            53.603567
          ],
          [
            -2.164198,
            53.603639
          ],
          [
            -2.164106,
            53.603712
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "23114524, OL11 1TD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1641540466353524,
          53.60367575284968
        ]
      }
    }
  ]
}