{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wharf Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.774317,
            51.972202
          ],
          [
            0.774239,
            51.971723
          ],
          [
            0.774222,
            51.971624
          ],
          [
            0.774642,
            51.971344
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10033307079, CO8 5AD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.7742869769083989,
          51.9721543288681
        ]
      }
    }
  ]
}