{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Woodland Rise",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.0663,
            52.468221
          ],
          [
            -2.066506,
            52.468513
          ],
          [
            -2.066713,
            52.468805
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10008765886, B64 7EZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.0665064856455135,
          52.468517152173135
        ]
      }
    }
  ]
}