summaryrefslogtreecommitdiff
path: root/src/mbgl/text/collision_index.hpp
Commit message (Expand)AuthorAgeFilesLines
* Switch queryRenderedSymbols to use canonical tile IDsChris Loer2017-10-311-1/+1
* Store sourceID in IndexedSubfeature so that queryRenderedSymbols can filter t...Chris Loer2017-10-311-1/+1
* First implementation of queryRenderedSymbolsChris Loer2017-10-311-1/+1
* Hook up "showCollisionBoxes" logic where "setPlacementConfig" logic used to be.Chris Loer2017-10-311-2/+0
* Switch GridIndex to use float coordinates instead of int16s: fast way to prev...Chris Loer2017-10-311-1/+1
* Move CollisionIndex to use GridIndex instead of boost::rtree.Chris Loer2017-10-311-36/+7
* CollisionIndex initial implementation of line labels.Chris Loer2017-10-311-3/+26
* Start implementing `CollisionIndex`, the global/viewport-based replacement fo...Chris Loer2017-10-311-0/+70