diff --git a/test/integration/render-tests/image/pitched/expected.png b/test/integration/render-tests/image/pitched/expected.png new file mode 100644 index 00000000000..0dce8cd9894 Binary files /dev/null and b/test/integration/render-tests/image/pitched/expected.png differ diff --git a/test/integration/render-tests/image/pitched/style.json b/test/integration/render-tests/image/pitched/style.json new file mode 100644 index 00000000000..e73a9db77e3 --- /dev/null +++ b/test/integration/render-tests/image/pitched/style.json @@ -0,0 +1,37 @@ +{ + "version": 8, + "metadata": { + "test": { + "width": 512, + "height": 512 + } + }, + "center": [ + -79.68916667, + 26.68694444 + ], + "zoom": 12, + "pitch": 60, + "sources": { + "image": { + "type": "image", + "coordinates": [ + [-90.24006072802854, 36.928147474567794], + [-75.1441643681673, 36.928147474567794], + [-75.1441643681673, 22.551103322318994], + [-90.24006072802854, 22.551103322318994] + ], + "url": "local://image/0.png" + } + }, + "layers": [ + { + "id": "image", + "type": "raster", + "source": "image", + "paint": { + "raster-fade-duration": 0 + } + } + ] +} \ No newline at end of file