{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Fairfield Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.479902,
            52.393477
          ],
          [
            -1.480372,
            52.393574
          ],
          [
            -1.480841,
            52.39367
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014006416, CV3 4LJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.479902418506949,
          52.39347705143728
        ]
      }
    }
  ]
}