{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lodging Brae",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.689736,
            57.684722
          ],
          [
            -2.68913,
            57.684666
          ],
          [
            -2.689078,
            57.684696
          ],
          [
            -2.688798,
            57.684857
          ],
          [
            -2.688531,
            57.684903
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "151155872, AB45 2QR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.690201708123493,
          57.6845795908845
        ]
      }
    }
  ]
}