Skip to content

Commit

Permalink
Add regression test for mapbox/mapbox-gl-native#8952
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed May 11, 2017
1 parent 8b085a2 commit 9461917
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"version": 8,
"metadata": {
"test": {
"width": 64,
"height": 64,
"operations": [
[
"wait"
],
[
"setZoom",
1
],
[
"wait"
]
]
}
},
"sources": {},
"layers": [
{
"id": "background",
"type": "background",
"paint": {
"background-color": {
"stops": [
[0, "white"],
[1, "black"]
]
}
}
}
]
}

0 comments on commit 9461917

Please sign in to comment.