summaryrefslogtreecommitdiff
path: root/test/tile
Commit message (Expand)AuthorAgeFilesLines
* [core] UpdateParameters ⇢ TileParametersJohn Firebaugh2017-05-044-18/+18
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-034-8/+8
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-021-8/+8
* [all] Push querySourceFeatures back out to MapJohn Firebaugh2017-05-021-1/+1
* [core] split off render layersIvo van Dongen2017-04-252-2/+2
* [core] Move Sprite parsing to thread poolKonstantin Käfer2017-04-244-4/+4
* [core] Render parent raster tiles when ideal tile can't be loadedKonstantin Käfer2017-04-202-1/+13
* [core] Safeguard PositionedIcon usage via optionalBruno de Oliveira Abinader2017-04-141-1/+1
* Merge branch 'release-ios-v3.5.0-android-v5.0.0' into boundsj-merge-release-b...Fabian Guerra2017-04-111-0/+1
|\
| * [core] check null data in query source features (#8553)John Firebaugh2017-03-281-0/+10
| * [core] don’t query rendered features until all data is availableIvo van Dongen2017-03-141-0/+88
* | [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-061-1/+1
* | [all] Make LatLng coordinates read-onlyJohn Firebaugh2017-04-061-2/+2
* | [core] Introduce a fully-evaluated tuple type for layout propertiesJohn Firebaugh2017-03-311-2/+2
* | [core] check null data in query source featuresIvo van Dongen2017-03-281-0/+9
* | [core] Prefer std::map to std::unordered_map for smaller binary sizeJohn Firebaugh2017-03-211-1/+1
* | [core] Replace MapChange enum with MapObserverBruno de Oliveira Abinader2017-03-151-7/+24
* | [core] don’t query rendered features until all data is availableIvo van Dongen2017-03-141-0/+88
|/
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-281-2/+4
* [core] don't treat empty raster tiles as "DataAvailability::All"Konstantin Käfer2017-02-221-0/+15
* compare polygon ring areas absolutelynode-v3.4.4-13e504Dane Springmeyer2017-02-091-0/+46
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-1/+3
* [core] Fix flickering caused by regression in #7586John Firebaugh2017-01-101-0/+72
* [core] Replace FeatureIndex::collisionTile with a method parameterJohn Firebaugh2017-01-101-9/+1
* [core] Keep symbol and non-symbol buckets segregatedJohn Firebaugh2017-01-101-0/+43
* [build] move default ThreadPool implementation to platform/defaultKonstantin Käfer2016-11-222-2/+2
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-2/+1
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-202-2/+2
* [core] TileCoordinate::fromLatLng no longer depens on TransformStateBruno de Oliveira Abinader2016-10-191-2/+2
* [test] Added TileCoordinate testsBruno de Oliveira Abinader2016-10-111-0/+92
* [macos,ios] initialize util::RunLoop in SDK rather than by defaultKonstantin Käfer2016-10-062-0/+4
* [core] Tiles that error on load are not renderableJohn Firebaugh2016-10-052-0/+94
* [test] add .test.cpp suffix to test case filesKonstantin Käfer2016-09-282-0/+0
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-5/+5
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-132-41/+41
* [core] Don't earcut more than 500 inner ringsYoung Hahn2016-05-311-0/+61
* [core] add algorithm for detecting whether an ordered map contains covering c...Konstantin Käfer2016-05-101-1/+1
* [core] introduce three distinct TileID typesKonstantin Käfer2016-05-101-0/+295