{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Oakshaw Brae",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.434609,
            55.845499
          ],
          [
            -4.43499,
            55.845677
          ],
          [
            -4.435371,
            55.845855
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "123100442, PA1 2DS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.434599514703114,
          55.845503900765536
        ]
      }
    }
  ]
}