{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Garage Close",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.678616,
            52.635645
          ],
          [
            -1.678929,
            52.635713
          ],
          [
            -1.679074,
            52.635745
          ],
          [
            -1.679007,
            52.635846
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "394036172, B77 3LP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6792066196052204,
          52.635763117878184
        ]
      }
    }
  ]
}