{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Redbridge Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.056325,
            51.081937
          ],
          [
            -1.056397,
            51.082602
          ],
          [
            -1.05647,
            51.083267
          ],
          [
            -1.056468,
            51.083418
          ],
          [
            -1.056466,
            51.083569
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10032901609, SO24 0DD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.0564125259346484,
          51.08350931193772
        ]
      }
    }
  ]
}