{
    "height": 500,
    "mark": {
        "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",
            "type": "nominal"
        }
    }
}