{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Smiddie Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.95061,
            57.537422
          ],
          [
            -2.949757,
            57.537375
          ],
          [
            -2.948904,
            57.537328
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "133064209, AB55 5AH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9506097316019133,
          57.53742248741999
        ]
      }
    }
  ]
}