Skip to content

Commit

Permalink
fix(parameters) adding image settings that mapbox removes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgervang committed Feb 22, 2022
1 parent 15d2af3 commit 0b3fd1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/mapbox/src/deck-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ export function getDeckInstance({map, gl, deck}) {
parameters: {
depthMask: true,
depthTest: true,
blend: true,
blendFunc: [gl.SRC_ALPHA, gl.ONE_MINUS_SRC_ALPHA, gl.ONE, gl.ONE_MINUS_SRC_ALPHA],
polygonOffsetFill: true,
depthFunc: gl.LEQUAL,
blendEquation: gl.FUNC_ADD
},
userData: {
Expand Down

0 comments on commit 0b3fd1c

Please sign in to comment.