summaryrefslogtreecommitdiff
path: root/src/mbgl/util/grid_index.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apparently parameter names can collide with method names for gcc?Chris Loer2017-11-011-4/+4
* GridIndex: add separate "query" method that doesn't return bounding boxes, fo...Chris Loer2017-11-011-2/+12
* First implementation of queryRenderedSymbolsChris Loer2017-10-311-27/+16
* GridIndex support for queries fully containing or fully outside of gridChris Loer2017-10-311-0/+49
* Switch GridIndex to use float coordinates instead of int16s: fast way to prev...Chris Loer2017-10-311-11/+11
* Move CollisionIndex to use GridIndex instead of boost::rtree.Chris Loer2017-10-311-0/+6
* Initial implementation: add support for circle geometries to GridIndex.Chris Loer2017-10-311-35/+201
* [core] Micro-optimizations in geometry codeBruno de Oliveira Abinader2016-07-261-7/+10
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-131-1/+1
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-131-1/+1
* [core] Use mapbox::geometry::{box,envelope}John Firebaugh2016-05-131-13/+13
* [core] use a GridIndex for queryRenderedFeaturesAnsis Brammanis2016-04-291-0/+82