summaryrefslogtreecommitdiff
path: root/src/mbgl/style/layers/heatmap_layer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core][Android][Darwin] LayerManager creates RenderLayer instancesMikhail Pozdnyakov2018-11-271-16/+20
* [core] Add static layer properties to mbgl::style::LayerTypeInfoAlexander Shalamov2018-11-191-1/+7
* [core][android] Introduce mbgl::style::LayerTypeInfoMikhail Pozdnyakov2018-11-151-16/+9
* noexcept specifier for layer factory methodsMikhail Pozdnyakov2018-11-071-3/+3
* Refer corresponding LayerFactory instance from the Layer::ImplMikhail Pozdnyakov2018-11-071-2/+19
* Introduce the style::Layer factory classesMikhail Pozdnyakov2018-10-311-0/+19
* Consolidate `style::Layer` properties APIMikhail Pozdnyakov2018-10-251-56/+4
* [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-68/+134
* [core] Eliminate setProperty & co.John Firebaugh2018-08-131-1/+136
* [core] Merge DataDrivenPropertyValue into PropertyValue (#12513)John Firebaugh2018-07-311-6/+6
* Rename `HeatmapColorPropertyValue` to `ColorRampPropertyValue`Mikhail Pozdnyakov2018-07-051-5/+5
* Update layer immediately when changing its max/min zoom level (#11399)Łukasz Paczos2018-04-121-0/+2
* [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-151-0/+239