{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back West View",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.087769,
            53.971342
          ],
          [
            -1.08804,
            53.9711
          ],
          [
            -1.088311,
            53.970857
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007236862, YO30 7BA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.0878313029648807,
          53.97129802541666
        ]
      }
    }
  ]
}