{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Manor Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.983643,
            53.582933
          ],
          [
            -1.983295,
            53.583719
          ],
          [
            -1.983359,
            53.584377
          ],
          [
            -1.983501,
            53.585846
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000117506, OL3 5LU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9836338183384647,
          53.58290787245957
        ]
      }
    }
  ]
}