summaryrefslogtreecommitdiff
path: root/test/map/map.test.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] show line and col instead of offset when JSON parsing failsupstream/json-parse-line-colKonstantin Käfer2019-05-061-1/+1
* [core] clang-tidy fixesKonstantin Käfer2019-04-051-1/+1
* [core] refactor RendererBackendKonstantin Käfer2019-04-051-1/+1
* [core] move BackendScope to gfx namespaceKonstantin Käfer2019-04-051-1/+2
* [core] Include pixelRatio property in MapOptionsSudarsana Babu Nagineni2019-03-281-8/+10
* [test] Add unit tests for MapOptionsSudarsana Babu Nagineni2019-03-281-0/+30
* [core] Add setter/getter for size property in MapOptionsSudarsana Babu Nagineni2019-03-281-8/+9
* [core] harden fetching camera for bounds when padding is excessiveŁukasz Paczos2019-03-251-0/+12
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-201-49/+49
* [core] Group Map LatLngBounds, min and max zoom methodsAnder Conselvan de Oliveira2019-03-141-0/+26
* [core] Get FileSource via UpdateParameters in Renderer::ImplBruno de Oliveira Abinader2019-03-131-3/+3
* [core] Add MapOptions to define properties of MapSudarsana Babu Nagineni2019-03-081-3/+7
* [core] consolidate Axonometric rendering APISudarsana Babu Nagineni2019-03-081-0/+11
* [core] Remove map coordinate setters/gettersBruno de Oliveira Abinader2019-03-041-3/+3
* [core] Transform{State}: s/angle/bearing/Bruno de Oliveira Abinader2019-03-041-10/+10
* [core] Remove map zoom setters/gettersBruno de Oliveira Abinader2019-03-041-18/+19
* [core] Add RendererState::{pixelForLatLng,latLngForPixel}Bruno de Oliveira Abinader2018-11-141-0/+10
* [core] Added RendererState::has{Image,Layer,Source}Bruno de Oliveira Abinader2018-10-251-0/+38
* [core] remove some uses of <iostream> and <sstream>Konstantin Käfer2018-10-231-1/+1
* [core] Introduce mbgl::RendererStateBruno de Oliveira Abinader2018-10-191-0/+28
* [core] CameraOptions receives and outputs angle and pitch as degrees, not rad...Bruno de Oliveira Abinader2018-10-191-8/+8
* [core] Replace remaining dynamic_cast with static_castBruno de Oliveira Abinader2018-08-081-1/+1
* [core] Check all bucket dynamic_castsJohn Firebaugh2018-07-241-0/+49
* Add pitch argument to cameraThatFits functions (#12213)Bobby Sudekum2018-07-021-2/+30
* [test] Update Map.PrefetchTilesBruno de Oliveira Abinader2018-02-281-42/+4
* [core] continue loading style even if we mutate itKonstantin Käfer2018-02-231-5/+16
* [core] Split MapMode::Still into Static and TileAnsis Brammanis2017-11-171-2/+2
* [core] Add `cameraForLatLngs()` method with modified bearingAsheem Mamoowala2017-10-091-0/+26
* [test] add test for rendering a 204 No Content tileKonstantin Käfer2017-09-221-0/+42
* [test] Added Map.SetStyleDefaultCamera testBruno de Oliveira Abinader2017-08-111-0/+15
* [node, tests] Consolidate headless rendering logic in HeadlessFrontendJohn Firebaugh2017-07-261-56/+38
* [test] allow only a single shared display to avoid egl errorsIvo van Dongen2017-07-181-2/+3
* [core] rename backend to renderer backendIvo van Dongen2017-07-181-1/+1
* [core] renderer interfaceIvo van Dongen2017-07-181-183/+161
* [core] split backend from mapobserverIvo van Dongen2017-07-181-60/+50
* [core] fix render doesn’t flag style mutationIvo van Dongen2017-06-261-0/+26
* [core] Move setStyleJSON/URL to Style; add Map::setStyleJohn Firebaugh2017-06-221-24/+22
* [all] Promote Style to public APIJohn Firebaugh2017-06-221-49/+8
* [tests] Add tests for MapObserver::on{WillStart,DidFinish}LoadingMapJohn Firebaugh2017-06-221-0/+50
* [core, node, darwin, android, qt] Make image ID part of ImageJohn Firebaugh2017-05-161-8/+8
* [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-151-34/+0
* [core] Split style image collection from SpriteAtlasIvo van Dongen2017-05-121-1/+1
* [all] Rationalize style::ImageJohn Firebaugh2017-04-241-5/+5
* [android] use AAssetManager instead of libzipKonstantin Käfer2017-04-241-12/+0
* [core] Ignore shortest path in Map::pixelForLatLngBruno de Oliveira Abinader2017-04-141-0/+12
* [all] Make LatLng coordinates read-onlyJohn Firebaugh2017-04-061-4/+4
* [android] - update VectorSource javadoc (#8521)Tobrun2017-03-241-4/+3
* [core] Added Map::latLngBoundsForCameraBruno de Oliveira Abinader2017-03-241-0/+22
* [core] Ensure that a BackendScope exists when doing GL callsKonstantin Käfer2017-03-231-1/+3
* [core] Pass std::exception_ptr in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-171-21/+13