{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hoover's Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.477665,
            51.547232
          ],
          [
            -2.477534,
            51.547001
          ],
          [
            -2.477402,
            51.54677
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "690817, BS37 9TF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4773142402684103,
          51.54677448532257
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "690818, BS37 9TF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.477650148801219,
          51.54717773349245
        ]
      }
    }
  ]
}