{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Pipers Lane East",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.948582,
            57.539109
          ],
          [
            -2.948014,
            57.539081
          ],
          [
            -2.947445,
            57.539054
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "133067419, AB55 5HF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.948582313572383,
          57.539108572066986
        ]
      }
    }
  ]
}