Skip to content

Commit

Permalink
Add a regression test for mapbox/mapbox-gl-native#8505
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Apr 7, 2017
1 parent d210ea6 commit 1bc8caa
Show file tree
Hide file tree
Showing 2 changed files with 62 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,62 @@
{
"version": 8,
"metadata": {
"test": {
"width": 128,
"height": 128,
"operations": [
[
"wait"
],
[
"setZoom",
2
],
[
"wait"
],
[
"setFilter",
"circle",
[
"has",
"nonexistent"
]
],
[
"wait"
],
[
"setZoom",
0
],
[
"wait"
]
]
}
},
"transition": {
"duration": 0
},
"sources": {
"geojson": {
"type": "geojson",
"data": {
"type": "Point",
"coordinates": [
0,
0
]
}
}
},
"layers": [
{
"id": "circle",
"type": "circle",
"source": "geojson",
"maxzoom": 1
}
]
}

0 comments on commit 1bc8caa

Please sign in to comment.