{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Grove Fields",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.466254,
            52.539298
          ],
          [
            -1.465249,
            52.539447
          ],
          [
            -1.465051,
            52.539453
          ],
          [
            -1.46382,
            52.539491
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10094001953, CV10 0HB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4662686328936267,
          52.539289330980026
        ]
      }
    }
  ]
}