summaryrefslogtreecommitdiff
path: root/include/mbgl/style/layers/fill_extrusion_layer.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Per-attribute transition properties on MGLStyleLayer (#8225)Fabian Guerra Soto2017-03-101-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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/+9
|
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-9/+10
|
* [core] Implement circle-stroke propertiesJohn Firebaugh2016-12-091-0/+72
Also includes stubs for fill-extrusion layer, because most of the code was auto-generated.