{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Pipers Lane West",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.952313,
            57.539323
          ],
          [
            -2.951301,
            57.539263
          ],
          [
            -2.950289,
            57.539204
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "133064210, AB55 5AN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.952312953599396,
          57.53932302181385
        ]
      }
    }
  ]
}