{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Snowden Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.889118,
            54.061976
          ],
          [
            -2.888995,
            54.061926
          ],
          [
            -2.888873,
            54.061877
          ],
          [
            -2.888764,
            54.061834
          ],
          [
            -2.888686,
            54.061803
          ],
          [
            -2.888656,
            54.06179
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009291488, LA3 1DW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.888886892500946,
          54.061887448979114
        ]
      }
    }
  ]
}