{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Spring Bank",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.790563,
            53.650141
          ],
          [
            -1.790864,
            53.650033
          ],
          [
            -1.791233,
            53.649984
          ],
          [
            -1.791945,
            53.649889
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83210852, HD1 5PX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7919448139877545,
          53.64989769187346
        ]
      }
    }
  ]
}