{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Oakley Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.007002,
            51.449087
          ],
          [
            -0.006562,
            51.449102
          ],
          [
            -0.006123,
            51.449117
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023228663, SE6 1AR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.007002832939819215,
          51.44906920129377
        ]
      }
    }
  ]
}