Skip to content

Commit

Permalink
Fix query tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mpulkki-mapbox committed Mar 27, 2020
1 parent 159c46b commit 9a79ef8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"height": 500,
"queryGeometry": [
266,
271
275
],
"queryOptions": {
"layers": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"height": 500,
"queryGeometry": [
[
230,
250
160,
120
],
[
300,
300
220,
160
]
]
}
Expand Down
4 changes: 2 additions & 2 deletions test/integration/query-tests/symbol/inside/style.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"width": 500,
"height": 500,
"queryGeometry": [
266,
271
265,
267
]
}
},
Expand Down
4 changes: 2 additions & 2 deletions test/integration/query-tests/symbol/rotated-inside/style.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"width": 500,
"height": 500,
"queryGeometry": [
370,
305
440,
215
]
}
},
Expand Down

0 comments on commit 9a79ef8

Please sign in to comment.