{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Tanner Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.086766,
            53.958671
          ],
          [
            -1.086946,
            53.958802
          ],
          [
            -1.087126,
            53.958934
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002494600, YO1 6JB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.0868409307136944,
          53.958716218416626
        ]
      }
    }
  ]
}