{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back East Parade",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.811587,
            53.321393
          ],
          [
            -3.811614,
            53.321671
          ],
          [
            -3.811741,
            53.321672
          ],
          [
            -3.812335,
            53.321678
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10003700484, LL30 1LQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.8115868681591683,
          53.32139272203552
        ]
      }
    }
  ]
}