{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Olive Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.185325,
            51.417326
          ],
          [
            -0.184942,
            51.417351
          ],
          [
            -0.18456,
            51.417377
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "48124598, SW19 1BW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.1853245344948147,
          51.41732591436739
        ]
      }
    }
  ]
}