Skip to content

Commit

Permalink
Show tile boundaries in debug.html (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkAndshark authored Sep 3, 2023
1 parent d6f3908 commit fa451cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/debug.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fa451cb

Please sign in to comment.