{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Westside Gardens",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.303561,
            55.874291
          ],
          [
            -4.30322,
            55.87427
          ],
          [
            -4.302878,
            55.874249
          ],
          [
            -4.302916,
            55.874077
          ],
          [
            -4.302954,
            55.873906
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "906700542219, G11 5BL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.303568862969777,
          55.87429871336732
        ]
      }
    }
  ]
}