From 6923580f5fb7991bb0914a92df260e390e482171 Mon Sep 17 00:00:00 2001 From: Wentao Kuang Date: Thu, 18 Jul 2024 12:29:29 +1200 Subject: [PATCH] Add style to the test --- test.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/test.json b/test.json index 93f09092..99c33ff2 100644 --- a/test.json +++ b/test.json @@ -2,13 +2,15 @@ { "name": "health-aerial-terrain-3857-z5", "tileMatrix": "WebMercatorQuad", - "location": { "lat": -41.8899962, "lng": 174.0492437, "z": 5 }, - "tileSet": "health_aerial_terrain" + "location": { "lat": -41.8899962, "lng": 174.0492437, "z": 12, "p": 58 }, + "tileSet": "aerial", + "style": "health_aerial_terrain" }, { "name": "health-aerial-hillshade-3857-z5", "tileMatrix": "WebMercatorQuad", - "location": { "lat": -41.8899962, "lng": 174.0492437, "z": 5 }, - "tileSet": "health_aerial_hillshade" + "location": { "lat": -43.1785324, "lng": 171.3611922, "z": 7 }, + "tileSet": "aerial", + "style": "health_aerial_hillshade" } ]