hvega-0.4.0.0: tests/specs/data/geodata1.vl
{
"height": 500,
"config": {
"view": {
"stroke": null
}
},
"mark": "geoshape",
"data": {
"url": "https://vega.github.io/vega-lite/data/londonBoroughs.json",
"format": {
"feature": "boroughs",
"type": "topojson"
}
},
"width": 700,
"$schema": "https://vega.github.io/schema/vega-lite/v3.json",
"encoding": {
"color": {
"field": "id",
"type": "nominal"
}
}
}