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