{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Canal Side",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.388742,
            51.944719
          ],
          [
            -3.388435,
            51.944575
          ],
          [
            -3.388129,
            51.944432
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023793676, LD3 7EH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.388740977859513,
          51.94470873056171
        ]
      }
    }
  ]
}