hvega-0.12.0.7: tests/specs/geo/graticule1.vl
{
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"height": 300,
"layer": [
{
"data": {
"sphere": true
},
"mark": {
"fill": "aliceblue",
"type": "geoshape"
}
},
{
"data": {
"graticule": true
},
"mark": {
"filled": false,
"strokeWidth": 0.3,
"type": "geoshape"
}
}
],
"projection": {
"rotate": [
-42,
-30,
0
],
"type": "orthographic"
},
"width": 300
}