{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "New Street Bus Link",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.338956,
            53.332234
          ],
          [
            -1.338564,
            53.331876
          ],
          [
            -1.338171,
            53.331519
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013555184, S20 9FB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3388822683472983,
          53.33216134333342
        ]
      }
    }
  ]
}