Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port raster tile masking #5003

Closed
kkaefer opened this issue Jul 20, 2017 · 1 comment
Closed

Port raster tile masking #5003

kkaefer opened this issue Jul 20, 2017 · 1 comment
Assignees
Labels
GL native → GL JS For feature parity with Mapbox Maps SDK on a native platform

Comments

@kkaefer
Copy link
Contributor

kkaefer commented Jul 20, 2017

In mapbox/mapbox-gl-native#9468, we're introducing masks for rendering only the parts of raster tiles that aren't covered by other (higher zoom level) tiles on the same layer. This prevents flickering and overlapping tiles when raster tiles are translucent, either because their raster-opacity is less than 1, or the image data itself is translucent.

/cc #4701 @mollymerp

@kkaefer kkaefer added the GL native → GL JS For feature parity with Mapbox Maps SDK on a native platform label Jul 20, 2017
@mollymerp mollymerp self-assigned this Jul 20, 2017
@jfirebaugh
Copy link
Contributor

Done in #5105.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GL native → GL JS For feature parity with Mapbox Maps SDK on a native platform
Projects
None yet
Development

No branches or pull requests

3 participants