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 ] } },