{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Boiler House Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.405755,
            51.386439
          ],
          [
            -3.405651,
            51.387352
          ],
          [
            -3.405548,
            51.388266
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "64102413, CF62 4ZW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.4055267519262538,
          51.38824794436929
        ]
      }
    }
  ]
}