{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Netherdale Brae",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.789072,
            55.608977
          ],
          [
            -2.789176,
            55.608644
          ],
          [
            -2.788876,
            55.608341
          ],
          [
            -2.788496,
            55.607956
          ],
          [
            -2.788427,
            55.607714
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "116071723, TD1 3EN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.789071843813102,
          55.60897701469903
        ]
      }
    }
  ]
}