{
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "config": {
        "view": {
            "stroke": null
        }
    },
    "data": {
        "format": {
            "feature": "line",
            "type": "topojson"
        },
        "url": "https://vega.github.io/vega-lite/data/londonTubeLines.json"
    },
    "encoding": {
        "color": {
            "field": "id",
            "legend": {
                "orient": "bottom-right",
                "title": null
            },
            "scale": {
                "domain": [
                    "Bakerloo",
                    "Central",
                    "Circle",
                    "District",
                    "DLR",
                    "Hammersmith & City",
                    "Jubilee",
                    "Metropolitan",
                    "Northern",
                    "Piccadilly",
                    "Victoria",
                    "Waterloo & City"
                ],
                "range": [
                    "rgb(137,78,36)",
                    "rgb(220,36,30)",
                    "rgb(255,206,0)",
                    "rgb(1,114,41)",
                    "rgb(0,175,173)",
                    "rgb(215,153,175)",
                    "rgb(106,114,120)",
                    "rgb(114,17,84)",
                    "rgb(0,0,0)",
                    "rgb(0,24,168)",
                    "rgb(0,160,226)",
                    "rgb(106,187,170)"
                ]
            },
            "type": "nominal"
        }
    },
    "height": 500,
    "mark": {
        "filled": false,
        "strokeWidth": 2,
        "type": "geoshape"
    },
    "width": 700
}