summaryrefslogtreecommitdiff
path: root/test/map
Commit message (Expand)AuthorAgeFilesLines
* [core] Make TransformState LatLngBounds optionalBruno de Oliveira Abinader2017-06-011-3/+7
* [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-142-25/+54
* [core] Tighten geo.hpp ctorsBruno de Oliveira Abinader2017-04-141-4/+2
* [all] Remove redundant scale-related camera methodsJohn Firebaugh2017-04-131-49/+27
* [core] Added {set,get}{Min,Max}PitchBruno de Oliveira Abinader2017-04-111-0/+18
* [core] Added Map::{get,set}LatLngBoundsBruno de Oliveira Abinader2017-04-111-0/+39
* [core] Updated Size::isEmpty and TransformState::valid checksBruno de Oliveira Abinader2017-04-101-23/+58
* [all] Make LatLng coordinates read-onlyJohn Firebaugh2017-04-062-114/+114
* [core] Tighten LatLng and other geo.hpp classesJohn Firebaugh2017-04-061-45/+1
* [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
* [core] Replace MapChange enum with MapObserverBruno de Oliveira Abinader2017-03-152-27/+45
* [core] private OffscreenView implementationKonstantin Käfer2017-02-271-22/+22
* [core] Eliminate manual HeadlessBackend activation managementJohn Firebaugh2017-02-201-0/+2
* [core] Restore support for GL implementations without VAO extensionJohn Firebaugh2017-02-101-0/+19
* [test] Added unit test for style request failuresThiago Marcos P. Santos2017-02-071-0/+48
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-272-4/+4
* [core, ios] replace `altitude` with `fov`Ansis Brammanis2016-12-211-7/+7
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.5-masterMinh Nguyễn2016-12-201-0/+12
|\
| * [test] Fixed Map-GetImageMinh Nguyễn2016-12-051-1/+1
| * [core, ios, macos] Add image accessor to MGLStyle (#7096)Roman Blum2016-12-051-0/+12
* | [android][build] core tests - initial setup for rendering testsIvo van Dongen2016-11-271-0/+6
* | [build] move headless rendering files to platform/defaultKonstantin Käfer2016-11-221-2/+2
* | [build] move default ThreadPool implementation to platform/defaultKonstantin Käfer2016-11-221-1/+1
* | [test] Use shared headless displayBruno de Oliveira Abinader2016-11-171-2/+6
* | [tests] Disable "ContinuousRendering" test; causing spurious CI failuresJohn Firebaugh2016-11-151-1/+1
* | [core] add continuous rendering test that terminates once it settles downKonstantin Käfer2016-11-091-0/+59
* | [core] Cleanup TransformState::getIntegerZoomBruno de Oliveira Abinader2016-10-311-0/+23
* | [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-272-35/+35
* | [core] don't load tiles from sources that aren't usedKonstantin Käfer2016-10-271-0/+48
|/
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-251-43/+27
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-251-23/+39
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-201-17/+19
* [core] Fix Map::setLatLng behaviorBruno de Oliveira Abinader2016-10-071-0/+16
* [test] add .test.cpp suffix to test case filesKonstantin Käfer2016-09-282-0/+0
* [tests] Add tests for Map::[add|remove]ImageThiago Marcos P. Santos2016-09-221-0/+33
* [core] do not render layers that are outside their zoom rangeKonstantin Käfer2016-09-201-0/+61
* [core] add MapChangeDidFinishLoadingStyle signal (#6371)Ivo van Dongen2016-09-201-0/+20
* [test] Added Map class accessors testsBruno de Oliveira Abinader2016-09-131-0/+34
* [tests] Add unit test for style loading failuresThiago Marcos P. Santos2016-08-241-0/+32
* [core] Emit MapChangeDidFailLoadingMap when the style cannot be loaded or parsedThiago Marcos P. Santos2016-08-241-1/+1
* [tests] Test that style mutations due to annotations don't cancel style reval...John Firebaugh2016-08-231-0/+26
* [core] Don't allow style mutations to be overwritten by revalidationJohn Firebaugh2016-08-231-0/+64