{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Findlater Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.95055,
            57.53771
          ],
          [
            -2.949706,
            57.537663
          ],
          [
            -2.948861,
            57.537615
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "133067398, AB55 5AH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9505504141317678,
          57.53771038922526
        ]
      }
    }
  ]
}