{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bennington Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.005673,
            51.602843
          ],
          [
            0.005957,
            51.602573
          ],
          [
            0.006241,
            51.602303
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009146654, IG8 9PW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.005673124646722336,
          51.60284336665775
        ]
      }
    }
  ]
}