summaryrefslogtreecommitdiff
path: root/scripts/style-spec.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix LocationIndicator LayerGali Nelle2020-04-101-15/+15
| | | | | | | | | This changes image size properties to be scales instead of pixel sizes. The commit also adds fixes for handling image updates with the same ID, adds tests for expressions in paint properties, as well as tests for using images with pixel ratio greater than 1. Finally it moves image-tilt-displacement and perspective-compensation properties from layout to paint properties, and includes other minor cleanups.
* Make location indicator bearing a paint propertyGali Nelle2020-04-081-14/+28
| | | | | | This change introduces a new property type, Rotation, that uses a custom interpolator, and that is currently applied to all style properties named "bearing", with a period attribute.
* Add LocationIndicatorLayerGali Nelle2020-04-081-1/+182
| | | | | New key is "G" in mbgl-glfw, cycling between no puck, centered in the viewport and positioned in Tokyo.
* [core] Enable 'symbol-sort-key' layout property and generate style codeAlexander Shalamov2019-04-171-3/+0
|
* [core] Add 'auto' enum value to symbol-z-order layout propertyAlexander Shalamov2019-04-171-2/+0
|
* [core] auto value for 'text-justify' fieldMikhail Pozdnyakov2019-03-291-3/+1
|
* [core] Enable 'text-radial-offset' propertyMikhail Pozdnyakov2019-03-291-3/+1
|
* [core] Enable text-variable-anchor propertyMikhail Pozdnyakov2019-03-291-2/+1
|
* Update mapbox-gl-js submodule to v0.53.0Mikhail Pozdnyakov2019-03-061-1/+6
|
* [scripts] Disable unsupported style spec featuresMikhail Pozdnyakov2019-03-051-0/+3
|
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-231-1/+0
| | | | | | | | Porting of https://github.com/mapbox/mapbox-gl-js/pull/6303 See the link above for the description of the feature and its limitations). Based on patch from @lbud (Lauren Budorick).
* Bump GL JS pin to get tests for global symbol querying.Chris Loer2018-04-251-0/+1
| | | | | | - Pulls over an update to line.vertex.glsl (looks like a no-op?) - Add test ignores for collator, is-supported-script, line-gradient - Exclude collator, is-supported-script, line-gradient from code generation.
* [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-151-2/+0
| | | | | Co-Authored-By: Konstantin Käfer <mail@kkaefer.com> Co-Authored-By: Anand Thakker <anandthakker@users.noreply.github.com> Co-Authored-By: Minh Nguyễn <1ec5@users.noreply.github.com>
* [build] Add temporary modifications to style spec + shadersKonstantin Käfer2018-01-241-0/+5
This ensures that the generated code matches what is checked in. Remove those temporary modifications once we add the features to master.