Skip to content

Commit

Permalink
Add test for overzooming parent raster tile
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaefer committed Apr 20, 2017
1 parent cfb4525 commit fbea856
Show file tree
Hide file tree
Showing 2 changed files with 37 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.
37 changes: 37 additions & 0 deletions test/integration/render-tests/raster-loading/missing/style.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"version": 8,
"metadata": {
"test": {
"width": 64,
"height": 64,
"ignored": {
"js": "https://github.com/mapbox/mapbox-gl-js/issues/4257"
}
}
},
"center": [
13.418056,
52.499167
],
"zoom": 17,
"sources": {
"satellite": {
"type": "raster",
"tiles": [
"local://tiles/{z}-{x}-{y}.satellite.png"
],
"maxzoom": 18,
"tileSize": 256
}
},
"layers": [
{
"id": "raster",
"type": "raster",
"source": "satellite",
"paint": {
"raster-fade-duration": 0
}
}
]
}

0 comments on commit fbea856

Please sign in to comment.