{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Burton Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.263844,
            55.833388
          ],
          [
            -4.264561,
            55.833625
          ],
          [
            -4.265081,
            55.833797
          ],
          [
            -4.265041,
            55.833923
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "906700542444, G42 8TN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.2650242102234825,
          55.83391457240592
        ]
      }
    }
  ]
}