{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Institute Lane East",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.948216,
            57.54107
          ],
          [
            -2.947638,
            57.541034
          ],
          [
            -2.947061,
            57.540997
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "133067393, AB55 5EZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9482156477890196,
          57.5410696134609
        ]
      }
    }
  ]
}