{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Grove Cottage Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.85551,
            52.476458
          ],
          [
            -1.855075,
            52.476539
          ],
          [
            -1.85464,
            52.476619
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023493450, B9 5EE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.8555096246290397,
          52.4764581495736
        ]
      }
    }
  ]
}