{ "config": { "autosize": { "type": "fit" }, "view": { "continuousHeight": 300, "continuousWidth": 500, "stroke": null }, "projection": { "type": "orthographic", "rotate": [ 0, 0, 0 ] }, "title": { "fontSize": 18, "font": "Roboto", "fontWeight": 600 }, "background": "rgb(251,247,238)" }, "$schema": "https://vega.github.io/schema/vega-lite/v4.json", "title": "Hello, World!", "layer": [ { "mark": { "color": "#c1e7f5", "type": "geoshape" }, "data": { "url": "data/globe.json", "format": { "feature": "globe", "type": "topojson" } } }, { "mark": { "strokeWidth": 0.1, "stroke": "#411", "type": "geoshape", "fillOpacity": 1.0e-2 }, "data": { "url": "https://vega.github.io/vega-lite/data/graticule.json", "format": { "feature": "graticule", "type": "topojson" } } }, { "mark": { "color": "#708E71", "type": "geoshape" }, "data": { "url": "https://vega.github.io/vega-lite/data/world-110m.json", "format": { "feature": "countries", "type": "topojson" } } } ] }