{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Alfred Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.622728,
            53.694363
          ],
          [
            -1.622597,
            53.694191
          ],
          [
            -1.622466,
            53.69402
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83207490, WF13 1PD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6227281183702709,
          53.69436255783732
        ]
      }
    }
  ]
}