{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lindo Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.051487,
            51.46836
          ],
          [
            -0.051317,
            51.468442
          ],
          [
            -0.051146,
            51.468523
          ],
          [
            -0.051102,
            51.468543
          ],
          [
            -0.051058,
            51.468563
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023228634, SE15 2AT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.051487476222699086,
          51.46836000396266
        ]
      }
    }
  ]
}