summaryrefslogtreecommitdiff
path: root/src/mbgl/map/geometry_tile.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Organize files that were in map folder betterJohn Firebaugh2016-02-111-85/+0
* [core] support tiles with non-4096 extentsAnsis Brammanis2016-02-021-0/+1
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-211-2/+2
* [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-191-3/+3
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Added modified, expires information to TileDataBruno de Oliveira Abinader2015-11-271-1/+6
* [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-161-2/+2
* [core] Monitor annotation tiles, rather than completely invalidating themJohn Firebaugh2015-10-301-0/+5
* [core] Merge LiveTileData into VectorTileDataJohn Firebaugh2015-10-291-0/+16
* mason variant@1.0Mike Morris2015-09-301-2/+3
* 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-5/+5
* More include fixesJohn Firebaugh2015-03-101-5/+0
* Don't use const on value-type returnsJohn Firebaugh2015-03-101-2/+2
* Revert FeatureType renameJohn Firebaugh2015-03-091-2/+2
* Use single geometry formatJohn Firebaugh2015-03-091-7/+1
* Rework GeometryTile* interfaceJohn Firebaugh2015-03-091-52/+16
* unique -> shared ptrJustin R. Miller2015-03-091-1/+1
* reference cleanupsJustin R. Miller2015-03-091-5/+5
* move to shared pointers for queried layers passed to bucketsJustin R. Miller2015-03-091-26/+2
* move from range-based for loop to iterator for to be clearerJustin R. Miller2015-03-091-1/+11
* move to abstract interfaces to more be in line with original APIJustin R. Miller2015-03-091-23/+31
* get rid of unused memberJustin R. Miller2015-03-091-1/+0
* parse geometry collections from the pbfs; iterate geometries in bucketsJustin R. Miller2015-03-091-1/+3
* move to abstract base classes & shared pointersJustin R. Miller2015-03-091-16/+20
* refs #928: bookmarking working build of refactorJustin R. Miller2015-03-091-28/+28
* refs #928: 90% of way to genericizing VectorTileJustin R. Miller2015-03-091-0/+105