{ "height": 500, "config": { "view": { "stroke": null } }, "mark": { "strokeWidth": 2, "type": "geoshape", "filled": false }, "data": { "url": "https://vega.github.io/vega-lite/data/londonTubeLines.json", "format": { "feature": "line", "type": "topojson" } }, "width": 700, "$schema": "https://vega.github.io/schema/vega-lite/v4.json", "encoding": { "color": { "field": "id", "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", "legend": { "orient": "bottom-right", "title": null } } } }