{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wylie's Brae",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.238266,
            56.625086
          ],
          [
            -3.238244,
            56.624682
          ],
          [
            -3.238223,
            56.624278
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "124087153, PH11 8DR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.2382818671428413,
          56.62507711328167
        ]
      }
    }
  ]
}