From 4746e9a5527bc980c40503f454bd265291075e99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=BDdila?= Date: Mon, 31 Mar 2025 10:23:39 +0200 Subject: [PATCH] Fix missing `tileSize` --- handlers/templates/map.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/handlers/templates/map.html b/handlers/templates/map.html index 7591c09..1991b1e 100644 --- a/handlers/templates/map.html +++ b/handlers/templates/map.html @@ -120,7 +120,8 @@ attribution: tileJSON.attribution || '', tiles: tileJSON.tiles, minzoom: tileJSON.minzoom, - maxzoom: tileJSON.maxzoom + maxzoom: tileJSON.maxzoom, + tileSize: tileJSON.tilesize || 256 } layers.push({