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

[core] Don't resolve tokens after evaluating a text-field or icon-image expression #11509

Merged
merged 2 commits into from
Mar 22, 2018

Conversation

jfirebaugh
Copy link
Contributor

Fixes #10399.

I opted for a fix equivalent to the current approach in gl-js, rather than the approach outlined in #10399 (comment). We should refactor to the latter on master, but after getting started on it I think it's more involved than we want for boba.

@jfirebaugh jfirebaugh requested a review from anandthakker March 22, 2018 20:45
@@ -113,12 +113,11 @@ class CompositeFunction {

const expression::Expression& getExpression() const { return *expression; }

std::string property;
Stops stops;
optional<T> defaultValue;
Copy link
Contributor

Choose a reason for hiding this comment

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

🎉

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