{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Waverley Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.368053,
            51.515089
          ],
          [
            -0.368026,
            51.514643
          ],
          [
            -0.367999,
            51.514198
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "12143652, UB1 2LT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.36802625718481574,
          51.514638520291506
        ]
      }
    }
  ]
}