{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "The Orchard",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.100138,
            57.161515
          ],
          [
            -2.100204,
            57.161658
          ],
          [
            -2.100271,
            57.161802
          ],
          [
            -2.099965,
            57.161847
          ],
          [
            -2.09966,
            57.161892
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "9051305147, AB24 3JH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1001379680905017,
          57.161514772103516
        ]
      }
    }
  ]
}