{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hobbs Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.479328,
            51.463918
          ],
          [
            -2.479738,
            51.464218
          ],
          [
            -2.480149,
            51.464518
          ],
          [
            -2.480206,
            51.464561
          ],
          [
            -2.480264,
            51.464604
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "656731, BS30 5LP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.479342236165989,
          51.463918291914474
        ]
      }
    }
  ]
}