Skip to content

Commit

Permalink
just bless
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkAndshark committed Dec 17, 2024
1 parent 7de18bf commit 3900817
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions tests/expected/auto/rgb_u8.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"maxzoom": 3,
"minzoom": 0,
"tilejson": "3.0.0",
"tiles": [
"http://localhost:3111/rgb_u8/{z}/{x}/{y}"
],
"maxzoom": 3,
"minzoom": 0
]
}
6 changes: 3 additions & 3 deletions tests/expected/auto/rgba_u8.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"maxzoom": 3,
"minzoom": 0,
"tilejson": "3.0.0",
"tiles": [
"http://localhost:3111/rgba_u8/{z}/{x}/{y}"
],
"maxzoom": 3,
"minzoom": 0
]
}
6 changes: 3 additions & 3 deletions tests/expected/auto/rgba_u8_nodata.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"maxzoom": 2,
"minzoom": 0,
"tilejson": "3.0.0",
"tiles": [
"http://localhost:3111/rgba_u8_nodata/{z}/{x}/{y}"
],
"maxzoom": 2,
"minzoom": 0
]
}

0 comments on commit 3900817

Please sign in to comment.