summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/tile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Split RenderStyle from StyleJohn Firebaugh2017-06-051-1/+1
|
* [core] Thread Style parameter through queryRenderedFeaturesJohn Firebaugh2017-06-051-0/+1
|
* [core] Move renderer/* files into sub-folders (#8983)Asheem Mamoowala2017-05-121-1/+1
| | | Move renderer/* files into sub-folders
* [all] Push querySourceFeatures back out to MapJohn Firebaugh2017-05-021-2/+1
| | | | Once Source and RendererSource are split, Source will no longer have access to tiles.
* [core] query source featuresIvo van Dongen2017-03-091-0/+5
|
* [core] rename query options for query rendered featuresIvo van Dongen2017-03-091-1/+1
|
* [core] Add support for queryRenderedFeatures filterAsheem Mamoowala2017-03-041-1/+2
|
* [build] move logging to utilKonstantin Käfer2016-11-221-1/+1
|
* [core] Refactor BufferJohn Firebaugh2016-10-051-0/+1
|
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-161-1/+1
|
* [core] Prepare style observer interfaces for source reloadingJohn Firebaugh2016-09-061-1/+1
| | | | | * 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.
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-131-2/+1
| | | | Ref: http://clang.llvm.org/extra/clang-tidy/checks/modernize-pass-by-value.html
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-0/+37
| | | | Tile is now the main base class; RasterTile, VectorTile, etc are its subclasses. GeometryTileData and its subclasses form the piece that's passed to the worker.
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-131-3/+0
|
* [core] Organize files that were in map folder betterJohn Firebaugh2016-02-111-0/+3
Fixes #996