{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Malfield Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.809703,
            52.446628
          ],
          [
            -1.809048,
            52.446474
          ],
          [
            -1.808458,
            52.446335
          ],
          [
            -1.808394,
            52.44632
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023497909, B27 6RT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.8097025580751982,
          52.44662755585304
        ]
      }
    }
  ]
}