summaryrefslogtreecommitdiff
path: root/src/mbgl/style/layer_observer.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Simplify LayerObserver APIJohn Firebaugh2017-06-051-5/+1
|
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-0/+1
|
* [core] symbol layer - recalculate style on icon/text size changesIvo van Dongen2016-11-111-1/+1
|
* [core] Observe visibility changesJohn Firebaugh2016-09-061-0/+1
|
* [core, ios, android, qt] Observe style layer mutations rather than requiring ↵John Firebaugh2016-09-061-0/+18
SDKs to use Map::update This paves the way for updates to filter and layout properties to trigger a source reload, without each SDK having to participate in the implementation.