{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cleveland Mews",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.138315,
            51.521208
          ],
          [
            -0.138436,
            51.521324
          ],
          [
            -0.138558,
            51.52144
          ],
          [
            -0.138659,
            51.521535
          ],
          [
            -0.13876,
            51.521631
          ],
          [
            -0.13895,
            51.521801
          ],
          [
            -0.139139,
            51.521972
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "5150721, W1T 4JG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.1383149342236038,
          51.52120815980274
        ]
      }
    }
  ]
}