{
    "hconcat": [
        {
            "height": 300,
            "width": 300,
            "layer": [
                {
                    "mark": {
                        "strokeWidth": 0.1,
                        "stroke": "#411",
                        "type": "geoshape",
                        "filled": false
                    },
                    "data": {
                        "url": "https://vega.github.io/vega-lite/data/graticule.json",
                        "format": {
                            "feature": "graticule",
                            "type": "topojson"
                        }
                    },
                    "projection": {
                        "type": "orthographic",
                        "rotate": [
                            -65,
                            0,
                            0
                        ]
                    }
                },
                {
                    "mark": {
                        "strokeWidth": 0.5,
                        "stroke": "white",
                        "fill": "black",
                        "type": "geoshape"
                    },
                    "data": {
                        "url": "https://vega.github.io/vega-lite/data/world-110m.json",
                        "format": {
                            "feature": "countries",
                            "type": "topojson"
                        }
                    },
                    "projection": {
                        "type": "orthographic",
                        "rotate": [
                            -65,
                            0,
                            0
                        ]
                    }
                }
            ]
        },
        {
            "height": 300,
            "width": 300,
            "layer": [
                {
                    "mark": {
                        "strokeWidth": 0.1,
                        "stroke": "#411",
                        "type": "geoshape",
                        "filled": false
                    },
                    "data": {
                        "url": "https://vega.github.io/vega-lite/data/graticule.json",
                        "format": {
                            "feature": "graticule",
                            "type": "topojson"
                        }
                    },
                    "projection": {
                        "type": "orthographic",
                        "rotate": [
                            115,
                            0,
                            0
                        ]
                    }
                },
                {
                    "mark": {
                        "strokeWidth": 0.5,
                        "stroke": "white",
                        "fill": "black",
                        "type": "geoshape"
                    },
                    "data": {
                        "url": "https://vega.github.io/vega-lite/data/world-110m.json",
                        "format": {
                            "feature": "countries",
                            "type": "topojson"
                        }
                    },
                    "projection": {
                        "type": "orthographic",
                        "rotate": [
                            115,
                            0,
                            0
                        ]
                    }
                }
            ]
        },
        {
            "height": 300,
            "width": 300,
            "layer": [
                {
                    "mark": {
                        "strokeWidth": 0.1,
                        "stroke": "#411",
                        "type": "geoshape",
                        "filled": false
                    },
                    "data": {
                        "url": "https://vega.github.io/vega-lite/data/graticule.json",
                        "format": {
                            "feature": "graticule",
                            "type": "topojson"
                        }
                    },
                    "projection": {
                        "type": "orthographic",
                        "rotate": [
                            10,
                            0,
                            0
                        ]
                    }
                },
                {
                    "mark": {
                        "strokeWidth": 0.5,
                        "stroke": "white",
                        "fill": "black",
                        "type": "geoshape"
                    },
                    "data": {
                        "url": "https://vega.github.io/vega-lite/data/world-110m.json",
                        "format": {
                            "feature": "countries",
                            "type": "topojson"
                        }
                    },
                    "projection": {
                        "type": "orthographic",
                        "rotate": [
                            10,
                            0,
                            0
                        ]
                    }
                }
            ]
        }
    ],
    "config": {
        "view": {
            "stroke": null
        }
    },
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json"
}