{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Northbrae Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.355989,
            55.891722
          ],
          [
            -4.35626,
            55.891438
          ],
          [
            -4.356531,
            55.891154
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "906700395465, G13 3DU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.355989195434652,
          55.89172177155075
        ]
      }
    }
  ]
}