summaryrefslogtreecommitdiff
path: root/include/mbgl/layermanager
Commit message (Collapse)AuthorAgeFilesLines
* Enable 'circle-sort-key' layout propertyAndrew Hay Kurtz2020-04-141-1/+3
|
* Add LocationIndicatorLayerGali Nelle2020-04-081-0/+15
| | | | | New key is "G" in mbgl-glfw, cycling between no puck, centered in the viewport and positioned in Tokyo.
* [core] Ability to set source-layer setProperty methodMikhail Pozdnyakov2020-03-241-1/+0
|
* [build] Adding a build flag to build without GL if needed (#16120)Thomas Moenicke2020-02-031-17/+0
| | | | | | * [build] Adding a build flag to build without GL if needed * [build] Moving custom layer to mbgl/gl
* [core] Use `style::LayerProperties` in render layers, buckets and layouts.Mikhail Pozdnyakov2019-04-178-10/+17
|
* [core] Layer manager is responsible for buckets and layouts creationMikhail Pozdnyakov2019-02-258-5/+36
| | | | This is a step to stop using of render layers in tile worker thread.
* [core, android, darwin] Move layer factories to separate filesMikhail Pozdnyakov2018-12-1010-0/+143
|
* [core] layermanager folderMikhail Pozdnyakov2018-11-302-0/+85
Move `LayerManager` and `LayerFactory` abstract classes to a dedicated folder.