Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Bump gl-js pin, update for line-gradient + new expression spec taxonomy #11697

Closed
wants to merge 1 commit into from

Conversation

lbud
Copy link
Contributor

@lbud lbud commented Apr 17, 2018

Port of mapbox/mapbox-gl-js#6521:

@@ -42,7 +42,7 @@ ${shaders.prelude.fragmentSource}
`);

for (const key in shaders) {
if (key === 'prelude')
if (key === 'prelude' || key === 'lineGradient')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Capturing from an internal convo that the prelude key check can be removed.

/cc @kkaefer

@lbud lbud closed this May 7, 2018
@lbud lbud deleted the expression-spec branch May 7, 2018 20:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants