summaryrefslogtreecommitdiff
path: root/src/mbgl/style/layer_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] split off render layersIvo van Dongen2017-04-251-11/+0
|
* [core] Get rid of user-specified refsJohn Firebaugh2017-01-041-6/+0
|
* [core, ios, android, qt] Observe style layer mutations rather than requiring ↵John Firebaugh2016-09-061-0/+4
| | | | | | 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.
* [core] Respect minzoom and maxzoom propertiesThiago Marcos P. Santos2016-07-291-2/+5
| | | | Fixes #5811
* [core] Adjust layer source properties to better reflect realityJohn Firebaugh2016-06-241-0/+10
| | | | | | | | * Layer source ID is immutable; must be provided to the constructor * Layer source layer is mutable * Layers with GeoJSON sources do not have a source layer While here, make Layer::copy impl-private.
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-0/+19