packages feed

hvega-0.11.0.1: tests/specs/geo/sphere1.vl

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