diff --git a/test/integration/render-tests/globe/globe-antialiasing/tilted/expected.png b/test/integration/render-tests/globe/globe-antialiasing/tilted/expected.png new file mode 100644 index 00000000000..2750da46d1a Binary files /dev/null and b/test/integration/render-tests/globe/globe-antialiasing/tilted/expected.png differ diff --git a/test/integration/render-tests/globe/globe-antialiasing/tilted/style.json b/test/integration/render-tests/globe/globe-antialiasing/tilted/style.json new file mode 100644 index 00000000000..084af57070e --- /dev/null +++ b/test/integration/render-tests/globe/globe-antialiasing/tilted/style.json @@ -0,0 +1,38 @@ +{ + "version": 8, + "metadata": { + "test": { + "standardDerivatives": true, + "width": 512, + "height": 512, + "operations": [ + ["setProjection", "globe"], + ["wait"] + ] + } + }, + "zoom": 2.0, + "pitch": 45, + "sources": { + "satellite": { + "type": "raster", + "tiles": [ + "local://tiles/{z}-{x}-{y}.satellite.png" + ], + "tileSize": 256 + } + }, + "fog": { + "star-intensity": 0 + }, + "layers": [ + { + "id": "satellite", + "type": "raster", + "source": "satellite", + "paint": { + "raster-fade-duration": 0 + } + } + ] +}