summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation/render_annotation_source.cpp
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2018-03-08 23:56:42 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2018-05-04 17:46:17 +0300
commit0eab78d63a573b5fa2e5046e44cbd0109df8cbc5 (patch)
tree790d3aa3095a5274cc6042ab2fbe5def3e7d43c7 /src/mbgl/annotation/render_annotation_source.cpp
parent4ad1413d94c13d52ee679de1fe5fe720cf32e4fe (diff)
downloadqtlocation-mapboxgl-0eab78d63a573b5fa2e5046e44cbd0109df8cbc5.tar.gz
Bump Mapbox GL Native
Bump version. mapbox-gl-native @ 27b21363e62c105db0b040b4c5a5ef31170ebd30
Diffstat (limited to 'src/mbgl/annotation/render_annotation_source.cpp')
-rw-r--r--src/mbgl/annotation/render_annotation_source.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mbgl/annotation/render_annotation_source.cpp b/src/mbgl/annotation/render_annotation_source.cpp
index a237100d13..7d776f21c4 100644
--- a/src/mbgl/annotation/render_annotation_source.cpp
+++ b/src/mbgl/annotation/render_annotation_source.cpp
@@ -65,8 +65,8 @@ RenderAnnotationSource::queryRenderedFeatures(const ScreenLineString& geometry,
const TransformState& transformState,
const std::vector<const RenderLayer*>& layers,
const RenderedQueryOptions& options,
- const CollisionIndex& collisionIndex) const {
- return tilePyramid.queryRenderedFeatures(geometry, transformState, layers, options, collisionIndex);
+ const mat4& projMatrix) const {
+ return tilePyramid.queryRenderedFeatures(geometry, transformState, layers, options, projMatrix);
}
std::vector<Feature> RenderAnnotationSource::querySourceFeatures(const SourceQueryOptions&) const {