summaryrefslogtreecommitdiff
path: root/src/mbgl/style/layers/fill_extrusion_layer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Implement CrossFadedDataDrivenProperty to add support for feature ↵Molly Lloyd2018-08-311-1/+1
| | | | expressions in `*-pattern` properties
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-191-1/+1
|
* [core] Factor out setVisibility conversionJohn Firebaugh2018-08-131-13/+1
|
* [core] Optimize generated set{Paint,Layout}Property codeJohn Firebaugh2018-08-131-85/+172
|
* [core] Eliminate setProperty & co.John Firebaugh2018-08-131-0/+181
|
* [core] Merge DataDrivenPropertyValue into PropertyValue (#12513)John Firebaugh2018-07-311-9/+9
|
* Update layer immediately when changing its max/min zoom level (#11399)Łukasz Paczos2018-04-121-0/+2
| | | | | | * [android][core] update layer immediately when changing it's max/min zoom * [core] node bindings for layer zoom range
* [core] Simplify LayerObserver APIJohn Firebaugh2017-06-051-21/+9
|
* [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-151-63/+63
|
* [core] cascade ⇢ transition / cascading ⇢ transitionableJohn Firebaugh2017-05-151-1/+1
|
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-151-1/+0
|
* [core] *LayerImpl::cascading ⇢ paintJohn Firebaugh2017-05-151-29/+29
|
* [core] Immutable ImplsJohn Firebaugh2017-05-121-58/+116
|
* [core] split off render layersIvo van Dongen2017-04-251-31/+31
|
* Per-attribute transition properties on MGLStyleLayer (#8225)Fabian Guerra Soto2017-03-101-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ios, macos] new struct MGLTransition * [ios] MGLTransition struct moved to MGLTypes.h * [ios] MGLTransition implemented for style layer properties * [ios, macos] added support for getting property transitions * [ios, macos] updated to MGLDurationFromTimeInterval and MGLTimeIntervalFromDuration * [ios, macos] added transition properties test * [ios, macos] modified key strings imp * [ios, macos] The impl for transition properties were changed to public methods * [ios, macos] Changelog update * [ios] Fixed layer space formatting * [core] The name space was fixed for getters that returned TransitionOptions * [ios, macos] Added rawLayer transition property tests * [ios] Added a factory method for MGLTransition and transition-related methods to NSValue(MGLAdditions) * [ios, macos] Copyedited changelog blurbs about transition properties
* [core] Restore support for *-transition propertiesJohn Firebaugh2017-02-091-0/+28
|
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-12/+24
|
* [core] Get rid of user-specified refsJohn Firebaugh2017-01-041-1/+4
|
* [core] Implement circle-stroke propertiesJohn Firebaugh2016-12-091-0/+171
Also includes stubs for fill-extrusion layer, because most of the code was auto-generated.