{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ploo Lane West",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.952211,
            57.539881
          ],
          [
            -2.951198,
            57.539821
          ],
          [
            -2.950186,
            57.539761
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "133064377, AB55 5AN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9522105715164058,
          57.539880738359734
        ]
      }
    }
  ]
}