{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lenton Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.082548,
            51.490726
          ],
          [
            0.082372,
            51.49049
          ],
          [
            0.082196,
            51.490254
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010226127, SE18 7DU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.08218904403693467,
          51.490261718573734
        ]
      }
    }
  ]
}