{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Chapel Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.368912,
            53.908104
          ],
          [
            -2.369438,
            53.907974
          ],
          [
            -2.369963,
            53.907844
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10022969854, BB7 4QT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.3700010231639244,
          53.90783078560577
        ]
      }
    }
  ]
}