Skip to content

Commit 9e99667

Browse files
committed
Added regression test for mapbox/mapbox-gl-native#5648
1 parent f496dcd commit 9e99667

File tree

4 files changed

+78
-0
lines changed

4 files changed

+78
-0
lines changed
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"version": 8,
3+
"metadata": {
4+
"test": {}
5+
},
6+
"center": [
7+
-170,
8+
0
9+
],
10+
"zoom": 0.99,
11+
"sources": {
12+
"mapbox": {
13+
"type": "vector",
14+
"maxzoom": 14,
15+
"tiles": [
16+
"local://tiles/{z}-{x}-{y}.mvt"
17+
]
18+
}
19+
},
20+
"sprite": "local://sprites/emerald",
21+
"layers": [
22+
{
23+
"id": "background",
24+
"type": "background",
25+
"paint": {
26+
"background-color": "white"
27+
}
28+
},
29+
{
30+
"id": "land",
31+
"type": "fill",
32+
"source": "mapbox",
33+
"source-layer": "water",
34+
"paint": {
35+
"fill-color": "#3bb2d0"
36+
}
37+
}
38+
]
39+
}
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"version": 8,
3+
"metadata": {
4+
"test": {}
5+
},
6+
"center": [
7+
170,
8+
0
9+
],
10+
"zoom": 0.99,
11+
"sources": {
12+
"mapbox": {
13+
"type": "vector",
14+
"maxzoom": 14,
15+
"tiles": [
16+
"local://tiles/{z}-{x}-{y}.mvt"
17+
]
18+
}
19+
},
20+
"sprite": "local://sprites/emerald",
21+
"layers": [
22+
{
23+
"id": "background",
24+
"type": "background",
25+
"paint": {
26+
"background-color": "white"
27+
}
28+
},
29+
{
30+
"id": "land",
31+
"type": "fill",
32+
"source": "mapbox",
33+
"source-layer": "water",
34+
"paint": {
35+
"fill-color": "#3bb2d0"
36+
}
37+
}
38+
]
39+
}

0 commit comments

Comments
 (0)