{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Waterloo Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.051601,
            53.799327
          ],
          [
            -3.051514,
            53.799099
          ],
          [
            -3.051338,
            53.799101
          ],
          [
            -3.05121,
            53.799102
          ],
          [
            -3.051142,
            53.798842
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070842591, FY4 1AD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.051142628022158,
          53.79883264490343
        ]
      }
    }
  ]
}