hvega-0.5.0.0: tests/specs/projection/identityExample.vl
{
"height": 250,
"width": 500,
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"layer": [
{
"mark": {
"color": "#c1e7f5",
"type": "geoshape"
},
"data": {
"url": "data/globe.json",
"format": {
"feature": "globe",
"type": "topojson"
}
},
"projection": {
"reflectY": false,
"reflectX": false,
"type": "identity"
}
},
{
"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"
}
},
"projection": {
"reflectY": false,
"reflectX": false,
"type": "identity"
}
},
{
"mark": {
"color": "#708E71",
"type": "geoshape"
},
"data": {
"url": "https://vega.github.io/vega-lite/data/world-110m.json",
"format": {
"feature": "countries",
"type": "topojson"
}
},
"projection": {
"reflectY": false,
"reflectX": false,
"type": "identity"
}
}
]
}