{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cambridge Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.237778,
            51.863293
          ],
          [
            -2.238204,
            51.863038
          ],
          [
            -2.238282,
            51.862774
          ],
          [
            -2.23838,
            51.862438
          ],
          [
            -2.238081,
            51.862209
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "200004495125, GL1 1EP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2381505777443973,
          51.862239897773755
        ]
      }
    }
  ]
}