{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Co-Operative Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.605295,
            53.747993
          ],
          [
            -1.60516,
            53.747853
          ],
          [
            -1.605025,
            53.747713
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72631791, LS27 9JT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6050850544674744,
          53.747740195711295
        ]
      }
    }
  ]
}