summaryrefslogtreecommitdiff
path: root/src/mbgl/map
Commit message (Expand)AuthorAgeFilesLines
* refs #893 #992: point annotations APIJustin R. Miller2015-03-1715-32/+505
* fix sprites for pixel ratios that are not 1 and 2Konstantin Käfer2015-03-173-2/+9
* Revert "Move atlas ownership to Style"John Firebaugh2015-03-131-10/+91
* Index glyph use by tile pointer value, not tile IDJohn Firebaugh2015-03-132-2/+2
* Move atlas ownership to StyleJohn Firebaugh2015-03-131-91/+10
* Merge pull request #984 from mapbox/log_stderr_printfJohn Firebaugh2015-03-121-3/+5
|\
| * Get rid of printf and cout by using Log::*Thiago Marcos P. Santos2015-03-121-3/+5
* | tolerate missing spritesKonstantin Käfer2015-03-121-8/+4
|/
* fixes black flicker on rotating the deviceKonstantin Käfer2015-03-123-75/+94
* Don't copy VT keys / values into each featureJohn Firebaugh2015-03-102-18/+24
* More include fixesJohn Firebaugh2015-03-103-5/+3
* Move parseValue(pbf) to vector_tile.cppJohn Firebaugh2015-03-101-1/+30
* virtual ⇢ override in derived classJohn Firebaugh2015-03-101-6/+6
* Don't use const on value-type returnsJohn Firebaugh2015-03-103-6/+6
* Inline PBFGeometryJohn Firebaugh2015-03-101-22/+35
* Revert FeatureType renameJohn Firebaugh2015-03-093-5/+5
* Use single geometry formatJohn Firebaugh2015-03-092-48/+15
* Rework GeometryTile* interfaceJohn Firebaugh2015-03-096-275/+84
* unique -> shared ptrJustin R. Miller2015-03-094-6/+5
* reference cleanupsJustin R. Miller2015-03-092-10/+10
* move to shared pointers for queried layers passed to bucketsJustin R. Miller2015-03-095-39/+23
* move from range-based for loop to iterator for to be clearerJustin R. Miller2015-03-094-7/+19
* fix iterator comparatorJustin R. Miller2015-03-092-1/+6
* move to abstract interfaces to more be in line with original APIJustin R. Miller2015-03-096-101/+165
* doesn't make sense to move shared pointersJustin R. Miller2015-03-091-3/+3
* safely check pointsJustin R. Miller2015-03-091-3/+4
* refactor varsJustin R. Miller2015-03-091-6/+5
* properly iterate geometriesJustin R. Miller2015-03-091-3/+1
* increment feature filter on creationJustin R. Miller2015-03-091-0/+1
* get rid of unused memberJustin R. Miller2015-03-093-10/+0
* parse geometry collections from the pbfs; iterate geometries in bucketsJustin R. Miller2015-03-094-25/+31
* pass actual feature pbf when filtering layer featuresJustin R. Miller2015-03-091-3/+4
* no need for while loopJustin R. Miller2015-03-091-1/+1
* proper moveJustin R. Miller2015-03-091-1/+1
* iterate through fresh copy of layer dataJustin R. Miller2015-03-091-10/+10
* fix referenceJustin R. Miller2015-03-091-1/+1
* move to abstract base classes & shared pointersJustin R. Miller2015-03-096-84/+79
* refs #928: bookmarking working build of refactorJustin R. Miller2015-03-096-162/+195
* refs #928: 90% of way to genericizing VectorTileJustin R. Miller2015-03-094-143/+198
* Only add {ratio} to raster tile URLsMinh Nguyễn2015-03-061-1/+2
* Load 2× raster tiles on HiDPI screensMinh Nguyễn2015-03-061-1/+2
* scope Requests to an Environment object for easier cancelationKonstantin Käfer2015-03-0613-97/+167
* lock the StyleBucket to avoid crashingKonstantin Käfer2015-03-062-0/+5
* update mapbox::variantKonstantin Käfer2015-03-061-0/+1
* make Map::resize() privateKonstantin Käfer2015-03-061-0/+11
* pass StyleLayer objects as const ref instead of a shared pointerKonstantin Käfer2015-03-067-19/+18
* update static image rendering executableKonstantin Käfer2015-03-061-0/+4
* move to camelCase & more reference cleanupsJustin R. Miller2015-03-022-26/+26
* clean up members, arguments, and formattingJustin R. Miller2015-03-022-21/+23
* Removed special cased zoom level for HiDPIMinh Nguyễn2015-02-241-1/+0