summaryrefslogtreecommitdiff
path: root/include/mbgl/style/layers/hillshade_layer.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Move generic setProperty() parts to the base Layer classMikhail Pozdnyakov2020-03-241-6/+6
* [core] Generate layer codeAlexander Shalamov2020-02-261-0/+1
* [core] Merge style::Layer::set{Layout,Paint}PropertyMikhail Pozdnyakov2019-12-031-2/+1
* [core] Layer::getPaintProperty() -> Layer::getProperty()Mikhail Pozdnyakov2019-09-261-1/+1
* [core] LayerProperty -> StylePropertyMikhail Pozdnyakov2019-09-261-1/+1
* [core] Introduce Layer::getPaintProperty() generic getterMikhail Pozdnyakov2019-09-261-0/+2
* [build] Disable clang-format on generated codeThiago Marcos P. Santos2019-09-251-0/+4
* [build] change style code generator to sort properties alphabeticallyKonstantin Käfer2019-05-021-22/+22
* [core] clang-tidy fixesKonstantin Käfer2019-04-051-12/+12
* [core, android, darwin] Move layer factories to separate filesMikhail Pozdnyakov2018-12-101-9/+0
* [core] layermanager folderMikhail Pozdnyakov2018-11-301-1/+1
* [core][Android][Darwin] LayerManager creates RenderLayer instancesMikhail Pozdnyakov2018-11-271-8/+6
* [core][android] Introduce mbgl::style::LayerTypeInfoMikhail Pozdnyakov2018-11-151-7/+3
* noexcept specifier for layer factory methodsMikhail Pozdnyakov2018-11-071-2/+2
* Refer corresponding LayerFactory instance from the Layer::ImplMikhail Pozdnyakov2018-11-071-3/+9
* Introduce the style::Layer factory classesMikhail Pozdnyakov2018-10-311-0/+8
* Remove style::Layer::is()/as()Mikhail Pozdnyakov2018-10-311-5/+0
* Consolidate `style::Layer` properties APIMikhail Pozdnyakov2018-10-251-10/+3
* [core] Initial implementation of 'format' expressionChris Loer2018-10-151-0/+1
* [core] Eliminate setProperty & co.John Firebaugh2018-08-131-0/+4
* [core] Merge DataDrivenPropertyValue into PropertyValue (#12513)John Firebaugh2018-07-311-1/+0
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-231-0/+86