-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[wip] V8 #1192
Merged
Merged
[wip] V8 #1192
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
} | ||
}, | ||
"@building_opacity": { | ||
"type": "color", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be "opacity?"
82 tasks
* Refs mapbox/mapbox-gl-style-spec#258 * Wildly non-backward-compatible * Relies on next release of mapbox-gl-style-spec
* background-image ⇢ background-pattern * line-image ⇢ line-pattern * fill-image ⇢ fill-pattern
This is a manual redo of #1241 on top of the v8 branch.
1 task
…r when running test suite
lucaswoj
force-pushed
the
v8
branch
2 times, most recently
from
August 7, 2015 21:06
4b00d31
to
9d43bf1
Compare
Removed constants and color ops
and make text-size, icon-size layout properties fixes mapbox/mapbox-gl-style-spec#255
labels later in the layer list now have priority over those that are earlier in the layer list.
Conflicts: js/data/symbol_bucket.js js/style/style.js js/style/style_constant.js js/style/style_layer.js package.json test/js/style/style_layer.test.js
Fix image source testing harness and switch to lnglat coordinates
🎉 |
🙌 !! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implements breaking changes of mapbox/mapbox-gl-style-spec#264