hvega-0.12.0.7: tests/specs/geo/mapComp4.vl
{
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"config": {
"view": {
"stroke": null
}
},
"hconcat": [
{
"height": 300,
"layer": [
{
"data": {
"format": {
"feature": "globe",
"type": "topojson"
},
"url": "data/globe.json"
},
"mark": {
"fill": "#c1e7f5",
"strokeOpacity": 0,
"type": "geoshape"
},
"projection": {
"rotate": [
0,
0,
0
],
"type": "orthographic"
}
},
{
"data": {
"format": {
"feature": "graticule",
"type": "topojson"
},
"url": "https://vega.github.io/vega-lite/data/graticule.json"
},
"mark": {
"filled": false,
"stroke": "#411",
"strokeWidth": 0.1,
"type": "geoshape"
},
"projection": {
"rotate": [
0,
0,
0
],
"type": "orthographic"
}
},
{
"data": {
"format": {
"feature": "countries",
"type": "topojson"
},
"url": "https://vega.github.io/vega-lite/data/world-110m.json"
},
"mark": {
"fill": "#242",
"stroke": "white",
"strokeWidth": 0.1,
"type": "geoshape"
},
"projection": {
"rotate": [
0,
0,
0
],
"type": "orthographic"
}
}
],
"width": 300
},
{
"height": 300,
"layer": [
{
"data": {
"format": {
"feature": "globe",
"type": "topojson"
},
"url": "data/globe.json"
},
"mark": {
"fill": "#c1e7f5",
"strokeOpacity": 0,
"type": "geoshape"
},
"projection": {
"rotate": [
0,
0,
0
],
"type": "orthographic"
}
},
{
"data": {
"format": {
"feature": "graticule",
"type": "topojson"
},
"url": "https://vega.github.io/vega-lite/data/graticule.json"
},
"mark": {
"filled": false,
"stroke": "#411",
"strokeWidth": 0.1,
"type": "geoshape"
},
"projection": {
"rotate": [
-40,
0,
0
],
"type": "orthographic"
}
},
{
"data": {
"format": {
"feature": "countries",
"type": "topojson"
},
"url": "https://vega.github.io/vega-lite/data/world-110m.json"
},
"mark": {
"fill": "#242",
"stroke": "white",
"strokeWidth": 0.1,
"type": "geoshape"
},
"projection": {
"rotate": [
-40,
0,
0
],
"type": "orthographic"
}
}
],
"width": 300
}
]
}