Skip to content

Commit

Permalink
Added 'regressions/mapbox-gl-native#9976'
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoabinader committed Sep 13, 2017
1 parent 6e2fbf4 commit 44248ee
Show file tree
Hide file tree
Showing 2 changed files with 79 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,79 @@
{
"version": 8,
"metadata": {
"test": {
"height": 256,
"operations": [
[
"addImage",
"marker",
"./image/marker.png"
],
[
"addLayer",
{
"id": "fill",
"type": "fill",
"source": "mapbox",
"source-layer": "road",
"paint": {
"fill-pattern": "marker"
}
}
],
[
"wait"
],
[
"removeImage",
"marker"
],
[
"removeLayer",
"fill"
],
[
"addLayer",
{
"id": "road",
"type": "line",
"source": "mapbox",
"source-layer": "road",
"paint": {
"line-width": 20,
"line-pattern": "generic_icon"
}
}
],
[
"wait"
]
]

}
},
"center": [
13.418056,
52.499167
],
"zoom": 17,
"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"
}
}
]
}

0 comments on commit 44248ee

Please sign in to comment.