summaryrefslogtreecommitdiff
path: root/src/mbgl/style/source_observer.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-021-8/+0
|
* [core] s/onSourceDidChange/onSourceChanged/ + source refBruno de Oliveira Abinader2017-03-211-1/+1
|
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-1/+1
|
* [core] reload geojson source on url changeIvo van Dongen2016-10-201-0/+3
|
* [core] Source-driven attributionMinh Nguyễn2016-09-261-0/+1
| | | | | | Implemented observer callbacks so the style knows when the source’s attribution changes and the map knows when the style’s attribution changes. Also implemented a getter for a tile source’s attribution. Fixes #2723.
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-161-2/+1
|
* [core] change bool to enum class bool TileLoadStateKonstantin Käfer2016-09-071-1/+3
|
* [core] Prepare style observer interfaces for source reloadingJohn Firebaugh2016-09-061-1/+2
| | | | | * Renamed {Source,Tile}Observer::onNeedsRepaint to onTileUpdated. Messages should be in terms of what happened to the observed object, not in terms of what the observer needs to do. This also removes a confusing overlap of virtual methods on StyleObserver. * Added style::Observer::onUpdate(Update). This is also a violation of the above rule, but I'm hopeful that it will disappear when update batching is implemented.
* [core] rename onPlacementRedone -> onNeedsRepaintKonstantin Käfer2016-06-101-1/+1
|
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-0/+25