{ "height": 300, "width": 300, "$schema": "https://vega.github.io/schema/vega-lite/v4.json", "projection": { "type": "orthographic" }, "layer": [ { "mark": { "fill": "aliceblue", "type": "geoshape" }, "data": { "sphere": true } }, { "mark": { "fill": "rgb(149,181,146)", "type": "geoshape" }, "data": { "url": "https://gicentre.github.io/data/geoTutorials/world-110m.json", "format": { "feature": "countries1", "type": "topojson" } } } ] }