{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Jacky Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.952664,
            53.826878
          ],
          [
            -1.953112,
            53.826799
          ],
          [
            -1.95356,
            53.82672
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010592360, BD22 8BN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9532928295895073,
          53.82675599033595
        ]
      }
    }
  ]
}