From 9a79ef863df7deaf8e7d6b81e4b5a8e81f0ceae3 Mon Sep 17 00:00:00 2001 From: Mikko Pulkki Date: Fri, 27 Mar 2020 14:57:06 +0200 Subject: [PATCH] Fix query tests --- .../query-tests/regressions/mapbox-gl-js#3534/style.json | 2 +- .../symbol-features-in/tilted-outside/style.json | 8 ++++---- test/integration/query-tests/symbol/inside/style.json | 4 ++-- .../query-tests/symbol/rotated-inside/style.json | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/test/integration/query-tests/regressions/mapbox-gl-js#3534/style.json b/test/integration/query-tests/regressions/mapbox-gl-js#3534/style.json index a48e146804f..5c0b63b7269 100644 --- a/test/integration/query-tests/regressions/mapbox-gl-js#3534/style.json +++ b/test/integration/query-tests/regressions/mapbox-gl-js#3534/style.json @@ -7,7 +7,7 @@ "height": 500, "queryGeometry": [ 266, - 271 + 275 ], "queryOptions": { "layers": [ diff --git a/test/integration/query-tests/symbol-features-in/tilted-outside/style.json b/test/integration/query-tests/symbol-features-in/tilted-outside/style.json index ad8f0abd2e6..ee2e0a493a5 100644 --- a/test/integration/query-tests/symbol-features-in/tilted-outside/style.json +++ b/test/integration/query-tests/symbol-features-in/tilted-outside/style.json @@ -7,12 +7,12 @@ "height": 500, "queryGeometry": [ [ - 230, - 250 + 160, + 120 ], [ - 300, - 300 + 220, + 160 ] ] } diff --git a/test/integration/query-tests/symbol/inside/style.json b/test/integration/query-tests/symbol/inside/style.json index b7fd69dbca0..af99de2cd48 100644 --- a/test/integration/query-tests/symbol/inside/style.json +++ b/test/integration/query-tests/symbol/inside/style.json @@ -6,8 +6,8 @@ "width": 500, "height": 500, "queryGeometry": [ - 266, - 271 + 265, + 267 ] } }, diff --git a/test/integration/query-tests/symbol/rotated-inside/style.json b/test/integration/query-tests/symbol/rotated-inside/style.json index 420555c5a63..e90cb1432fc 100644 --- a/test/integration/query-tests/symbol/rotated-inside/style.json +++ b/test/integration/query-tests/symbol/rotated-inside/style.json @@ -6,8 +6,8 @@ "width": 500, "height": 500, "queryGeometry": [ - 370, - 305 + 440, + 215 ] } },