summaryrefslogtreecommitdiff
path: root/src/mbgl/geometry/feature_index.hpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce a mean to add render features in layers with no sourcesupstream/galinelle_locationIndicatorPickingGali Nelle2020-04-171-1/+20
* [core] Fix readability-avoid-const-params-in-decls errors in header filesThiago Marcos P. Santos2020-04-171-14/+23
* [core] Clang format fixandroid-v8.3.2Mikhail Pozdnyakov2019-09-191-6/+6
* [core] Fix Placement constnessMikhail Pozdnyakov2019-09-191-1/+3
* [build] Fix clang format and tidy checksJuha Alanen2019-09-181-23/+11
* [core] Add feature state support to queryRenderedFeatures APIJuha Alanen2019-09-181-2/+5
* [core] Improve performance for query rendered featuresAlexander Shalamov2019-07-091-3/+3
* [core] Port "collision group" plumbing to gl-native.Chris Loer2018-09-121-1/+4
* [core] Only run placement for first layer per SymbolBucketChris Loer2018-05-031-5/+5
* [core] fix circle querying for scale and alignmentChris Loer2018-04-261-3/+7
* [core] fix querying circles across tile boundariesChris Loer2018-04-261-1/+1
* Port global symbol query from GL JS:Chris Loer2018-04-251-15/+17
* [core] Make FeatureIndex own GeometryTileData.Chris Loer2018-04-021-3/+4
* [core] Cleanup in response to review comments.Chris Loer2017-11-171-10/+4
* [core] Update queryRenderedFeatures to use global CollisionIndex.Chris Loer2017-11-171-5/+34
* [core] Avoid GeometryTile dependency in FeatureIndexJohn Firebaugh2017-08-241-2/+1
* [core] Avoid RenderStyle dependency in query codeJohn Firebaugh2017-08-241-3/+3
* [core] Split RenderStyle from StyleJohn Firebaugh2017-06-051-6/+3
* [core] account for property functions in query rendered featuresIvo van Dongen2017-04-191-1/+3
* [core] rename query options for query rendered featuresIvo van Dongen2017-03-091-3/+3
* [core] Add support for queryRenderedFeatures filterAsheem Mamoowala2017-03-041-2/+4
* [core] Fix flickering caused by regression in #7586John Firebaugh2017-01-101-1/+1
* [core] Replace FeatureIndex::collisionTile with a method parameterJohn Firebaugh2017-01-101-4/+2
* [core] No need for feature querying to support multipolygonsJohn Firebaugh2016-10-111-4/+4
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-131-2/+2
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-3/+3
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-4/+7
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] Include geometry in queryRenderedFeatures resultsJohn Firebaugh2016-05-181-0/+3
* [core] Fix code style issuesJohn Firebaugh2016-05-121-50/+48
* [core] CollisionBox::indexedFeature to CollisionFeature::indexedFeatureJohn Firebaugh2016-05-121-0/+1
* [core] Use geometry.hpp feature typeJohn Firebaugh2016-05-031-2/+3
* [core] use a GridIndex for queryRenderedFeaturesAnsis Brammanis2016-04-291-30/+3
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-291-0/+100