{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Alexandra Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.822296,
            51.080088
          ],
          [
            -1.821633,
            51.079775
          ],
          [
            -1.82097,
            51.079462
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010451981, SP2 9LA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.822292589454674,
          51.08008557620532
        ]
      }
    }
  ]
}