{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ashford Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.325552,
            51.433427
          ],
          [
            0.325776,
            51.433502
          ],
          [
            0.326001,
            51.433577
          ],
          [
            0.3262,
            51.433643
          ],
          [
            0.326398,
            51.433709
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10012030309, DA11 8GS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.3255887310904333,
          51.433445086501095
        ]
      }
    }
  ]
}