summaryrefslogtreecommitdiff
path: root/src/mbgl/map/geometry_tile.hpp
Commit message (Expand)AuthorAgeFilesLines
* 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