summaryrefslogtreecommitdiff
path: root/metrics/ignores
diff options
context:
space:
mode:
authorGali Nelle <galinelle.mapbox@gmail.com>2020-04-15 18:15:29 +0300
committergalinelle <paolo.angelelli@mapbox.com>2020-04-17 22:26:32 +0300
commitfea8a83e7f72ba59e41e713b3a37f6b946565d74 (patch)
treea1ca136e4d33d63f9ffb07cf6aa107c331ace992 /metrics/ignores
parentc4b061bd959a0efa5d0202d16d39e92e4f416abb (diff)
downloadqtlocation-mapboxgl-fea8a83e7f72ba59e41e713b3a37f6b946565d74.tar.gz
Introduce a mean to add render features in layers with no sources
This change also uses the support in the LocationIndicator layer, to return a point feature when queried in correspondence of the location indicator.
Diffstat (limited to 'metrics/ignores')
-rw-r--r--metrics/ignores/platform-linux.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/metrics/ignores/platform-linux.json b/metrics/ignores/platform-linux.json
index ec018eb805..9d3f0d491c 100644
--- a/metrics/ignores/platform-linux.json
+++ b/metrics/ignores/platform-linux.json
@@ -22,5 +22,8 @@
"location_indicator/tilted_texture_shift_top_right": "Would need a different baseline when ran on llvmpipe not supporting anisotropic filtering",
"location_indicator/two_textures": "Would need a different baseline when ran on llvmpipe not supporting anisotropic filtering",
"location_indicator/image_pixel_ratio": "Would need a different baseline when ran on llvmpipe not supporting anisotropic filtering",
- "location_indicator/change_image": "Would need a different baseline when ran on llvmpipe not supporting anisotropic filtering"
+ "location_indicator/change_image": "Would need a different baseline when ran on llvmpipe not supporting anisotropic filtering",
+ "location_indicator/query_test": "Would need a different baseline when ran on llvmpipe not supporting anisotropic filtering",
+ "location_indicator/query_test_no_image": "Would need a different baseline when ran on llvmpipe not supporting anisotropic filtering",
+ "location_indicator/query_test_miss": "Would need a different baseline when ran on llvmpipe not supporting anisotropic filtering"
}