From 3900817731d60a807e893eef72c82853eaa1fe05 Mon Sep 17 00:00:00 2001 From: sharkAndshar Date: Tue, 17 Dec 2024 09:23:55 +0800 Subject: [PATCH] just bless --- tests/expected/auto/rgb_u8.json | 6 +++--- tests/expected/auto/rgba_u8.json | 6 +++--- tests/expected/auto/rgba_u8_nodata.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/expected/auto/rgb_u8.json b/tests/expected/auto/rgb_u8.json index f9e3fa4c8..a159d60c5 100644 --- a/tests/expected/auto/rgb_u8.json +++ b/tests/expected/auto/rgb_u8.json @@ -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 + ] } diff --git a/tests/expected/auto/rgba_u8.json b/tests/expected/auto/rgba_u8.json index 93c37fb01..75815ef3e 100644 --- a/tests/expected/auto/rgba_u8.json +++ b/tests/expected/auto/rgba_u8.json @@ -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 + ] } diff --git a/tests/expected/auto/rgba_u8_nodata.json b/tests/expected/auto/rgba_u8_nodata.json index 744c13547..47d2f9bc1 100644 --- a/tests/expected/auto/rgba_u8_nodata.json +++ b/tests/expected/auto/rgba_u8_nodata.json @@ -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 + ] }