{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Middle Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.406599,
            53.913848
          ],
          [
            -1.407334,
            53.913922
          ],
          [
            -1.408069,
            53.913996
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72641125, LS22 4HT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4080126762130498,
          53.91399023225629
        ]
      }
    }
  ]
}