{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Oak Tree Green",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.065204,
            51.940306
          ],
          [
            1.065298,
            51.940245
          ],
          [
            1.065391,
            51.940183
          ],
          [
            1.065552,
            51.940184
          ],
          [
            1.065712,
            51.940186
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10095957584, CO11 2GR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.0652376488380657,
          51.94030107083131
        ]
      }
    }
  ]
}