{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Buckingham Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.554616,
            51.385938
          ],
          [
            0.554675,
            51.38608
          ],
          [
            0.554734,
            51.386221
          ],
          [
            0.554741,
            51.386235
          ],
          [
            0.554747,
            51.38625
          ],
          [
            0.554821,
            51.386401
          ],
          [
            0.554895,
            51.386553
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "44001858, ME7 4QH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.5546010912666894,
          51.385929590579266
        ]
      }
    }
  ]
}