summaryrefslogtreecommitdiff
path: root/include/mbgl/style/function/camera_function.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] GCC 4.9 does not fully support custom variable templatesBruno de Oliveira Abinader2017-07-121-1/+1
|
* [core] Enable property functions for line-width (#9250)Lauren Budorick2017-06-191-0/+1
|
* [core] Eliminate round-trip through Value in CameraFunction::evaluateJohn Firebaugh2017-05-191-1/+1
|
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * Update gl-js and generate style code * Factor out packUint8Pair() helper function * Draft implementation of DDS for {text,icon}-size Ports https://github.com/mapbox/mapbox-gl-js/pull/4455 * Fix text-size/composite-function-line-placement test * Refactor to PaintPropertyBinders-like strategy * Dedupe gl::Program construction * Use exponential function base for interpolation * Dedupe coveringZoomStops method * Fixup tests * Fix CI errors (hidden within #if block)
* [core] default value support in categorical function conversionIvo van Dongen2017-02-021-1/+1
|
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-0/+41