diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2017-05-29 14:43:35 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-06-05 19:38:08 -0700 |
commit | 32589c271c6f4885dadb6291c4bf637b72659a9f (patch) | |
tree | 52e71d7222aa96dc14d2774e6acd8676b10b1183 /test/tile | |
parent | 41d2496c07e54a8dad70aea4610c7200711983e5 (diff) | |
download | qtlocation-mapboxgl-32589c271c6f4885dadb6291c4bf637b72659a9f.tar.gz |
[core] Thread Style parameter through queryRenderedFeatures
Diffstat (limited to 'test/tile')
-rw-r--r-- | test/tile/annotation_tile.test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tile/annotation_tile.test.cpp b/test/tile/annotation_tile.test.cpp index 05ce109766..205a315db7 100644 --- a/test/tile/annotation_tile.test.cpp +++ b/test/tile/annotation_tile.test.cpp @@ -81,7 +81,7 @@ TEST(AnnotationTile, Issue8289) { TransformState transformState; RenderedQueryOptions options; - tile.queryRenderedFeatures(result, queryGeometry, transformState, options); + tile.queryRenderedFeatures(result, queryGeometry, transformState, test.style, options); EXPECT_TRUE(result.empty()); } |