{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cross Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.080145,
            51.470973
          ],
          [
            -0.079717,
            51.471047
          ],
          [
            -0.079289,
            51.471121
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009789539, SE5 8NE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.0800579381268179,
          51.47098958573463
        ]
      }
    }
  ]
}