{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Garden Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.944285,
            51.617925
          ],
          [
            -3.944228,
            51.617938
          ],
          [
            -3.944171,
            51.617952
          ],
          [
            -3.944077,
            51.617931
          ],
          [
            -3.943982,
            51.61791
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010049621, SA1 3QR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.9444565603521387,
          51.617866003325425
        ]
      }
    }
  ]
}