{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cade Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.005401,
            51.472505
          ],
          [
            -0.004503,
            51.473064
          ],
          [
            -0.004185,
            51.473332
          ],
          [
            -0.004084,
            51.473417
          ],
          [
            -0.003823,
            51.47379
          ],
          [
            -0.003699,
            51.474397
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010225402, SE10 8AX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.005392022093554406,
          51.4724858715023
        ]
      }
    }
  ]
}