diff --git a/debug/projections.html b/debug/projections.html index 610c54a0042..b310c4bb00e 100644 --- a/debug/projections.html +++ b/debug/projections.html @@ -66,10 +66,10 @@
Northern Parallel Lat: 45.5
@@ -144,9 +144,7 @@ zoom: 0, center: [0, 1], projection: { - name: 'lambertConformalConic', - center: [0, 30], - parallels: [30, 30] + name: 'albers' } }); diff --git a/test/ignores.json b/test/ignores.json index 2dd5d458692..c0465d72cec 100644 --- a/test/ignores.json +++ b/test/ignores.json @@ -1,7 +1,7 @@ { "query-tests/regressions/mapbox-gl-js#4494": "https://github.com/mapbox/mapbox-gl-js/issues/2716", "render-tests/background-pattern/projected": "skip - patterns not working with projections", - "render-tests/fill-pattern/projected": "skip - patterns not working with projections", + "render-tests/fill-pattern/projected": "https://github.com/mapbox/mapbox-gl-js/issues/11221", "render-tests/debug/tile": "skip - inconsistent text rendering with canvas on different platforms", "render-tests/debug/tile-overscaled": "skip - inconsistent text rendering with canvas on different platforms", "render-tests/fill-extrusion-pattern/1.5x-on-1x-add-image": "skip - non-deterministic on AMD graphics cards", @@ -38,5 +38,6 @@ "render-tests/fill-extrusion-terrain/flat-roof-over-border-of-different-zoom-zoomin": "skip - https://github.com/mapbox/mapbox-gl-js/issues/11041", "render-tests/fill-extrusion-terrain/flat-roof-over-border-of-different-zoom": "skip - https://github.com/mapbox/mapbox-gl-js/issues/11041", "render-tests/text-variable-anchor/pitched": "skip - non-deterministic symbol placement on tile boundaries", + "render-tests/video/projected": "https://github.com/mapbox/mapbox-gl-js/issues/11234", "query-tests/terrain/draped/lines/slope-occlusion-box-query": "skip - non-deterministic" }