summaryrefslogtreecommitdiff
path: root/src/mbgl/geometry/feature_index.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce a mean to add render features in layers with no sourcesupstream/galinelle_locationIndicatorPickingGali Nelle2020-04-171-0/+47
* [core] Clang format fixandroid-v8.3.2Mikhail Pozdnyakov2019-09-191-6/+6
* [core] Fix Placement constnessMikhail Pozdnyakov2019-09-191-1/+1
* [build] Fix clang format and tidy checksJuha Alanen2019-09-181-36/+27
* [core] Feature state support to RenderLayer classesJuha Alanen2019-09-181-1/+1
* [core] Add feature state support to queryRenderedFeatures APIJuha Alanen2019-09-181-5/+19
* [core] Force getGeometries() return const refAlexander Shalamov2019-07-241-1/+1
* [core] Improve performance for query rendered featuresAlexander Shalamov2019-07-091-14/+7
* [core] Keep the same sort index for all feature ringsMikhail Pozdnyakov2019-06-121-1/+1
* [core] Remove RenderLayerSymbolInterfaceMikhail Pozdnyakov2019-05-191-1/+2
* [core] fix deduping rings in querying, #11357Ansis Brammanis2019-01-041-1/+2
* [core] Replace RenderSymbolLayer downcast with symbol interfaceAlexander Shalamov2018-11-191-1/+1
* [core] Fix sort order for queryRenderedFeatures when features are filtered.Chris Loer2018-07-031-5/+6
* Merge branch 'release-boba' into masterupstream/fabian-merge-release-4.0.1-masterFabian Guerra2018-05-171-1/+0
|\
| * [core] Convert "legacy" filters directly into expressions (#11610)Lucas Wojciechowski2018-05-101-1/+0
* | [core] Only run placement for first layer per SymbolBucketChris Loer2018-05-031-5/+5
* | [core] only index features within tile boundariesAnsis Brammanis2018-04-261-3/+9
* | [core] fix circle querying for scale and alignmentChris Loer2018-04-261-6/+8
* | [core] fix querying circles across tile boundariesChris Loer2018-04-261-4/+4
* | Port global symbol query from GL JS:Chris Loer2018-04-251-17/+41
|/
* [core] Make FeatureIndex own GeometryTileData.Chris Loer2018-04-021-7/+10
* [core] Add expression filter support (#11251)Lucas Wojciechowski2018-03-091-1/+1
* [core] Cleanup in response to review commentsChris Loer2017-11-171-1/+1
* [core] Update queryRenderedFeatures to use global CollisionIndex.Chris Loer2017-11-171-14/+12
* [core] Add circle geometries to GridIndex.Chris Loer2017-11-171-1/+1
* [core] Avoid GeometryTile dependency in FeatureIndexJohn Firebaugh2017-08-241-20/+3
* [core] Avoid RenderStyle dependency in query codeJohn Firebaugh2017-08-241-52/+34
* [core] renderer interfaceIvo van Dongen2017-07-181-1/+1
* [core] Split RenderStyle from StyleJohn Firebaugh2017-06-051-5/+5
* [core] Move renderer/* files into sub-folders (#8983)Asheem Mamoowala2017-05-121-1/+1
* [core] Immutable ImplsJohn Firebaugh2017-05-121-1/+1
* [core] split off render layersIvo van Dongen2017-04-251-10/+9
* [core] account for property functions in query rendered featuresIvo van Dongen2017-04-191-5/+40
* [core] rename query options for query rendered featuresIvo van Dongen2017-03-091-2/+2
* [core] Add support for queryRenderedFeatures filterAsheem Mamoowala2017-03-041-6/+13
* [core] Fix flickering caused by regression in #7586John Firebaugh2017-01-101-2/+2
* [core] Replace FeatureIndex::collisionTile with a method parameterJohn Firebaugh2017-01-101-5/+2
* [core] Use query geometry from FeatureIndex into CollisionTile::queryRendered...Bruno de Oliveira Abinader2016-10-111-1/+1
* [core] No need for feature querying to support multipolygonsJohn Firebaugh2016-10-111-11/+7
* [core] Allow queryRenderedFeatures prior to symbol placement (#6376)John Firebaugh2016-09-201-2/+5
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-5/+5
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-7/+7
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-2/+3
* [core] Include geometry in queryRenderedFeatures resultsJohn Firebaugh2016-05-181-13/+8
* [core] Feature IDs are always integersJohn Firebaugh2016-05-171-5/+1
* [core] Make mapbox::geometry::envelope usable without explicit template argum...John Firebaugh2016-05-131-2/+2
* [core] Use mapbox::geometry::{box,envelope}John Firebaugh2016-05-131-41/+9
* [core] Fix code style issuesJohn Firebaugh2016-05-121-32/+42
* [core] Normalize tile coordinates in VectorTile (#4966)John Firebaugh2016-05-111-2/+1
* [core] Privatize math.hpp and vec.hppJohn Firebaugh2016-05-051-2/+3