{ "height": 300, "width": 300, "$schema": "https://vega.github.io/schema/vega-lite/v4.json", "projection": { "type": "orthographic", "rotate": [ -42, -30, 0 ] }, "layer": [ { "mark": { "fill": "aliceblue", "type": "geoshape" }, "data": { "sphere": true } }, { "mark": { "strokeWidth": 0.3, "type": "geoshape", "filled": false }, "data": { "graticule": { "stepMinor": [ 2, 2 ], "extentMajor": [ [ 0, 0 ], [ 90, 90 ] ], "extentMinor": [ [ 0, 0 ], [ 90, 75.01 ] ] } } } ] }