hvega-0.12.0.7: tests/specs/projection/identityExample.vl
{
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"height": 250,
"layer": [
{
"data": {
"format": {
"feature": "globe",
"type": "topojson"
},
"url": "data/globe.json"
},
"mark": {
"color": "#c1e7f5",
"type": "geoshape"
},
"projection": {
"reflectX": false,
"reflectY": false,
"type": "identity"
}
},
{
"data": {
"format": {
"feature": "graticule",
"type": "topojson"
},
"url": "https://vega.github.io/vega-lite/data/graticule.json"
},
"mark": {
"fillOpacity": 1.0e-2,
"stroke": "#411",
"strokeWidth": 0.1,
"type": "geoshape"
},
"projection": {
"reflectX": false,
"reflectY": false,
"type": "identity"
}
},
{
"data": {
"format": {
"feature": "countries",
"type": "topojson"
},
"url": "https://vega.github.io/vega-lite/data/world-110m.json"
},
"mark": {
"color": "#708E71",
"type": "geoshape"
},
"projection": {
"reflectX": false,
"reflectY": false,
"type": "identity"
}
}
],
"width": 500
}