Skip to content

Commit

Permalink
Add new render test for globe antialiasing (#11933)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpulkki-mapbox authored and SnailBones committed Jun 2, 2022
1 parent ee40cd0 commit 9b84b38
Show file tree
Hide file tree
Showing 2 changed files with 38 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,38 @@
{
"version": 8,
"metadata": {
"test": {
"standardDerivatives": true,
"width": 512,
"height": 512,
"operations": [
["setProjection", "globe"],
["wait"]
]
}
},
"zoom": 2.0,
"pitch": 45,
"sources": {
"satellite": {
"type": "raster",
"tiles": [
"local://tiles/{z}-{x}-{y}.satellite.png"
],
"tileSize": 256
}
},
"fog": {
"star-intensity": 0
},
"layers": [
{
"id": "satellite",
"type": "raster",
"source": "satellite",
"paint": {
"raster-fade-duration": 0
}
}
]
}

0 comments on commit 9b84b38

Please sign in to comment.