summaryrefslogtreecommitdiff
path: root/test/style/style_layer.test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Add possibility of overriding paint properties inside format ↵Alexander Shalamov2019-03-131-3/+84
| | | | | | | | | | | | | | | | | | expression #14062 * [core] Add format override expression and formatted section to evaluation context * [core] Add textColor to TaggedString's formatted section * [core] Add FormatSectionOverrides and introduce overridable properties * [core] Populate symbol layer paint properties for text sections * [core] Add benchmark for style that uses text-color override * [core] Add unit test for FormatOverrideExpression * [core] Add unit test for FormatSectionOverrides
* [core][Android][Darwin] LayerManager creates RenderLayer instancesMikhail Pozdnyakov2018-11-271-5/+5
| | | | | | | | `LayerManager` is now responsible for `RenderLayer` instances creation, so that there is a single entry point for creating of objects, which correspond to a certain layer type. The `LayerType type` field is dropped from `Layer::Impl`.
* Remove style::Layer::is()/as()Mikhail Pozdnyakov2018-10-311-5/+5
|
* [core] Fix GCC8's new -Wcatch-value warningsZsolt Bölöny2018-06-251-1/+1
| | | Polymorphic types shouldn't be caught by value, as the warning message says. Catch them by constant reference instead.
* [core] Convert "legacy" filters directly into expressions (#11610)Lucas Wojciechowski2018-05-101-1/+1
| | | Ports the specialized filter-* expressions from GL JS, adding them to src/mbgl/style/expression/compound_expression.cpp
* [core] Move setStyleJSON/URL to Style; add Map::setStyleJohn Firebaugh2017-06-221-1/+1
|
* [all] Promote Style to public APIJohn Firebaugh2017-06-221-2/+2
|
* [core] Simplify LayerObserver APIJohn Firebaugh2017-06-051-4/+16
|
* [core] Immutable ImplsJohn Firebaugh2017-05-121-20/+1
|
* [core] Move Sprite parsing to thread poolKonstantin Käfer2017-04-241-1/+3
|
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-58/+58
|
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-4/+4
|
* [core] guard against duplicate layer idsIvo van Dongen2016-12-121-0/+28
|
* [core] symbol layer - recalculate style on icon/text size changesIvo van Dongen2016-11-111-1/+1
|
* [test] add .test.cpp suffix to test case filesKonstantin Käfer2016-09-281-0/+270