{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Fall Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.162556,
            54.547567
          ],
          [
            -1.162322,
            54.547314
          ],
          [
            -1.162087,
            54.547061
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013582846, TS6 0SB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.1625561722961806,
          54.54756728019434
        ]
      }
    }
  ]
}