Skip to content

Commit

Permalink
Add pixel allowance and move cylindrical tests into projection folders
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhamley committed Nov 4, 2021
1 parent 1512a03 commit 7243163
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 0 deletions.
Expand Up @@ -4,6 +4,7 @@
"test": {
"width": 512,
"height": 512,
"allowed": 0.0005,
"operations": [
["setStyle", "local://mapbox-gl-styles/styles/satellite-v9.json"],
["wait"],
Expand Down
Expand Up @@ -4,6 +4,7 @@
"test": {
"width": 512,
"height": 512,
"allowed": 0.0005,
"operations": [
["setProjection", "albers"],
["setStyle", "local://mapbox-gl-styles/styles/satellite-v9.json"],
Expand Down
Expand Up @@ -4,6 +4,7 @@
"test": {
"width": 512,
"height": 512,
"allowed": 0.0005,
"operations": [
["setStyle", "local://mapbox-gl-styles/styles/satellite-v9.json"],
["wait"],
Expand Down
Expand Up @@ -4,6 +4,7 @@
"test": {
"width": 512,
"height": 512,
"allowed": 0.0005,
"operations": [
["setStyle", "local://mapbox-gl-styles/styles/satellite-v9.json"],
["wait"],
Expand Down
Expand Up @@ -4,6 +4,7 @@
"test": {
"width": 512,
"height": 512,
"allowed": 0.0005,
"operations": [
["setStyle", "local://mapbox-gl-styles/styles/satellite-v9.json"],
["wait"],
Expand Down
Expand Up @@ -4,6 +4,7 @@
"test": {
"width": 512,
"height": 512,
"allowed": 0.0005,
"operations": [
["setStyle", "local://mapbox-gl-styles/styles/satellite-v9.json"],
["wait"],
Expand Down
1 change: 1 addition & 0 deletions test/integration/render-tests/video/projected/style.json
Expand Up @@ -4,6 +4,7 @@
"test": {
"width": 512,
"height": 512,
"allowed": 0.0005,
"operations": [
["setProjection", "albers"],
["wait"]
Expand Down

0 comments on commit 7243163

Please sign in to comment.