{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Grove Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.994826,
            51.580779
          ],
          [
            -2.994721,
            51.580947
          ],
          [
            -2.994616,
            51.581114
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010551269, NP20 2EG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9948255589538255,
          51.58077939540293
        ]
      }
    }
  ]
}