{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Birnam Grove",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.74089,
            53.782463
          ],
          [
            -1.741026,
            53.78258
          ],
          [
            -1.741162,
            53.782697
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010591752, BD4 7EL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7410563654516962,
          53.78259782999845
        ]
      }
    }
  ]
}