{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "King's Knoll Gardens",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.723499,
            56.055965
          ],
          [
            -2.723333,
            56.055571
          ],
          [
            -2.723323,
            56.055545
          ],
          [
            -2.723951,
            56.055404
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "138059859, EH39 4NR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.723950783955179,
          56.05540354574248
        ]
      }
    }
  ]
}