From fa451cbf9b1331c5071c9443c3fe0222c6bf4218 Mon Sep 17 00:00:00 2001 From: Lucas Date: Mon, 4 Sep 2023 00:35:34 +0800 Subject: [PATCH] Show tile boundaries in debug.html (#858) --- tests/debug.html | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/debug.html b/tests/debug.html index 98b106f9..d564c239 100644 --- a/tests/debug.html +++ b/tests/debug.html @@ -285,6 +285,7 @@ }); map.on('load', async function () { + map.showTileBoundaries = true; const catalog = await fetch('http://0.0.0.0:3000/catalog'); const sources = (await catalog.json()).tiles; // Set up the corresponding toggle button for each layer.