Skip to content

Commit

Permalink
Added regression test for mapbox/mapbox-gl-native#5648
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoabinader committed Jul 13, 2016
1 parent f496dcd commit 1589dc7
Show file tree
Hide file tree
Showing 2 changed files with 39 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.
39 changes: 39 additions & 0 deletions render-tests/regressions/mapbox-gl-native#5648/style.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"version": 8,
"metadata": {
"test": {}
},
"center": [
-170,
0
],
"zoom": 0.99,
"sources": {
"mapbox": {
"type": "vector",
"maxzoom": 14,
"tiles": [
"local://tiles/{z}-{x}-{y}.mvt"
]
}
},
"sprite": "local://sprites/emerald",
"layers": [
{
"id": "background",
"type": "background",
"paint": {
"background-color": "white"
}
},
{
"id": "land",
"type": "fill",
"source": "mapbox",
"source-layer": "water",
"paint": {
"fill-color": "#3bb2d0"
}
}
]
}

0 comments on commit 1589dc7

Please sign in to comment.