summaryrefslogtreecommitdiff
path: root/src/mbgl/map/vector_tile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Organize files that were in map folder betterJohn Firebaugh2016-02-111-206/+0
* [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-101-14/+7
* [core] support tiles with non-4096 extentsAnsis Brammanis2016-02-021-0/+4
* [core] Rationalize Resource initializationJohn Firebaugh2016-01-291-13/+1
* [core] Ensure that FileSource has access to tile URL, pixelRatio, x, y, zJohn Firebaugh2016-01-291-4/+18
* [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-191-3/+3
* [core] Use notModified rather than storing the previous response bodyJohn Firebaugh2016-01-141-3/+2
* [core] remove SourceInfo dependency from *TileDataKonstantin Käfer2016-01-131-2/+4
* [core] Rationalize error handling for resource loadingJohn Firebaugh2015-12-231-4/+1
* [core] add std::move to constructorsKonstantin Käfer2015-12-031-1/+2
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Fix std::move() misuse that disables copy elisionKonstantin Käfer2015-12-031-1/+1
* [core] Added modified, expires information to TileDataBruno de Oliveira Abinader2015-11-271-4/+4
* [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-161-1/+1
* [core] Pass a value to response callback, not a referenceJohn Firebaugh2015-11-161-1/+1
* [core] Do not pass uv_loop_t aroundThiago Marcos P. Santos2015-11-161-2/+1
* [core] move retry logic to DefaultFileSourceKonstantin Käfer2015-11-021-10/+10
* [core] Merge LiveTileData into VectorTileDataJohn Firebaugh2015-10-291-9/+52
* Parse VT tags lazilyJohn Firebaugh2015-04-011-24/+24
* feature() -> getFeature() to clear up ambiguity / Linux compiler errorJustin R. Miller2015-03-171-1/+1
* refs #893 #992: point annotations APIJustin R. Miller2015-03-171-1/+1
* Don't copy VT keys / values into each featureJohn Firebaugh2015-03-101-14/+19
* Move parseValue(pbf) to vector_tile.cppJohn Firebaugh2015-03-101-1/+30
* Don't use const on value-type returnsJohn Firebaugh2015-03-101-2/+2
* Inline PBFGeometryJohn Firebaugh2015-03-101-22/+35
* Revert FeatureType renameJohn Firebaugh2015-03-091-1/+1
* Use single geometry formatJohn Firebaugh2015-03-091-41/+14
* Rework GeometryTile* interfaceJohn Firebaugh2015-03-091-131/+23
* unique -> shared ptrJustin R. Miller2015-03-091-3/+2
* move to shared pointers for queried layers passed to bucketsJustin R. Miller2015-03-091-0/+8
* move from range-based for loop to iterator for to be clearerJustin R. Miller2015-03-091-2/+3
* fix iterator comparatorJustin R. Miller2015-03-091-1/+5
* move to abstract interfaces to more be in line with original APIJustin R. Miller2015-03-091-34/+65
* 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
* increment feature filter on creationJustin R. Miller2015-03-091-0/+1
* get rid of unused memberJustin R. Miller2015-03-091-8/+0
* parse geometry collections from the pbfs; iterate geometries in bucketsJustin R. Miller2015-03-091-20/+23
* 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
* move to abstract base classes & shared pointersJustin R. Miller2015-03-091-29/+34
* refs #928: bookmarking working build of refactorJustin R. Miller2015-03-091-78/+102
* refs #928: 90% of way to genericizing VectorTileJustin R. Miller2015-03-091-72/+42
* update mapbox::variantKonstantin Käfer2015-03-061-0/+1
* make most headers privateKonstantin Käfer2014-12-041-0/+214