{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lambcroft Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.36854,
            53.356511
          ],
          [
            -1.368167,
            53.356454
          ],
          [
            -1.367793,
            53.356397
          ],
          [
            -1.367738,
            53.356388
          ],
          [
            -1.367683,
            53.35638
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013334409, S13 7PG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3684800900152736,
          53.356501459403
        ]
      }
    }
  ]
}