{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Rakes Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.272532,
            53.90779
          ],
          [
            -2.272953,
            53.908751
          ],
          [
            -2.273375,
            53.909712
          ],
          [
            -2.273341,
            53.909748
          ],
          [
            -2.273306,
            53.909784
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10022969491, BB7 4EF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2721571197517942,
          53.90796678831285
        ]
      }
    }
  ]
}