Skip to content

Commit

Permalink
Add test for masking raster tiles to avoid overlapping translucent tiles
Browse files Browse the repository at this point in the history
(needs port to JS)
  • Loading branch information
kkaefer committed Jul 20, 2017
1 parent 7b1d188 commit 9aa984a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions test/ignores.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"render-tests/fill-outline-color/fill": "https://github.com/mapbox/mapbox-gl-js/issues/4601",
"render-tests/geojson/inline-linestring-fill": "current behavior is arbitrary",
"render-tests/raster-loading/missing": "https://github.com/mapbox/mapbox-gl-js/issues/4257",
"render-tests/raster-masking/overlapping": "https://github.com/mapbox/mapbox-gl-js/issues/5003",
"render-tests/regressions/mapbox-gl-js#3682": "skip - true",
"render-tests/runtime-styling/image-update-icon": "skip - https://github.com/mapbox/mapbox-gl-js/issues/4804",
"render-tests/runtime-styling/image-update-pattern": "skip - https://github.com/mapbox/mapbox-gl-js/issues/4804"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"version": 8,
"metadata": {
"test": {
"skipped": {
"js": "needs issue"
},
"height": 256
}
},
Expand Down

0 comments on commit 9aa984a

Please sign in to comment.