{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Helen Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.268409,
            53.498323
          ],
          [
            -2.268108,
            53.497973
          ],
          [
            -2.267808,
            53.497623
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007891585, M7 2JP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.267801437311271,
          53.49762359761788
        ]
      }
    }
  ]
}