{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hill O' Blair",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.342912,
            56.594953
          ],
          [
            -3.343573,
            56.594762
          ],
          [
            -3.344233,
            56.59457
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "124090021, PH10 6HL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.342911609349561,
          56.59495304735042
        ]
      }
    }
  ]
}