{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bridgeman Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.622851,
            53.383537
          ],
          [
            -2.622817,
            53.383659
          ],
          [
            -2.622782,
            53.383781
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10008653441, WA5 1EB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.622850969695318,
          53.38353747838049
        ]
      }
    }
  ]
}