summaryrefslogtreecommitdiff
path: root/test/map/prefetch.test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-201-6/+5
|
* [core] Get FileSource via UpdateParameters in Renderer::ImplBruno de Oliveira Abinader2019-03-131-1/+1
|
* [core] Add MapOptions to define properties of MapSudarsana Babu Nagineni2019-03-081-1/+3
| | | | | | To simplify the Map constructor, introduce MapOptions interface to define the properties that can be set on a Map.
* [core] Remove map zoom setters/gettersBruno de Oliveira Abinader2019-03-041-1/+1
|
* [test] Update Map.PrefetchTilesBruno de Oliveira Abinader2018-02-281-19/+21
|
* [core] Split MapMode::Still into Static and TileAnsis Brammanis2017-11-171-1/+1
| | | | | `Tile` makes sure the symbols in the resulting tile are tileable while symbols in `Still` match rendering in `Continuous` mode.
* [node, tests] Consolidate headless rendering logic in HeadlessFrontendJohn Firebaugh2017-07-261-12/+4
|
* [test] allow only a single shared display to avoid egl errorsIvo van Dongen2017-07-181-1/+1
|
* [core] rename backend to renderer backendIvo van Dongen2017-07-181-1/+1
|
* [core] renderer interfaceIvo van Dongen2017-07-181-1/+5
|
* [core] split backend from mapobserverIvo van Dongen2017-07-181-1/+1
|
* [tests] Add unit test for tile prefetchingThiago Marcos P. Santos2017-07-071-0/+93