{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cherry Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.270157,
            53.533075
          ],
          [
            -2.269942,
            53.533218
          ],
          [
            -2.269727,
            53.533361
          ],
          [
            -2.269683,
            53.533398
          ],
          [
            -2.269638,
            53.533435
          ],
          [
            -2.26944,
            53.533571
          ],
          [
            -2.269242,
            53.533708
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4210012783, M25 1HZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2701525460281196,
          53.5330775852005
        ]
      }
    }
  ]
}