{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Violet Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.081716,
            51.667026
          ],
          [
            -0.081146,
            51.666985
          ],
          [
            -0.080577,
            51.666945
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "207003822, EN2 0BG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.08171550158079445,
          51.667026207911086
        ]
      }
    }
  ]
}