{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Beaufort Manor",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.064196,
            55.738859
          ],
          [
            -4.064213,
            55.738834
          ],
          [
            -4.06423,
            55.738809
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "484194046, ML3 8RU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.0642064523315025,
          55.73886062839853
        ]
      }
    }
  ]
}