{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Kirkham Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.403704,
            51.543799
          ],
          [
            0.403884,
            51.543453
          ],
          [
            0.404064,
            51.543108
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10001046367, SS17 8QE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.40416011877711455,
          51.542935125063494
        ]
      }
    }
  ]
}