From 21dbe9329bf485bbbd9875ba8709452dc2689faf Mon Sep 17 00:00:00 2001 From: marko Date: Thu, 17 Feb 2022 13:46:04 -0500 Subject: [PATCH] enlarge tile size --- apps/openseachart/custom.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openseachart/custom.html b/apps/openseachart/custom.html index 411c3520a..64e1e76d8 100644 --- a/apps/openseachart/custom.html +++ b/apps/openseachart/custom.html @@ -59,7 +59,7 @@ TODO: * What is faster? Storing as a compressed image and decompressing, or storing decompressed? */ - var TILESIZE = 64; + var TILESIZE = 128; var OSMTILESIZE = 256; var OSMSUBTILES = OSMTILESIZE / TILESIZE; /* Can see possible tiles on http://leaflet-extras.github.io/leaflet-providers/preview/