{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "St Joseph's Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.031943,
            51.688666
          ],
          [
            -0.031917,
            51.688861
          ],
          [
            -0.031891,
            51.689056
          ],
          [
            -0.031874,
            51.689184
          ],
          [
            -0.031857,
            51.689312
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "148043275, EN8 7DL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.031928310514574884,
          51.688665416601005
        ]
      }
    }
  ]
}