From 3b1e964166e71f999d248e8b6199efbf7ed0e94c Mon Sep 17 00:00:00 2001 From: marko Date: Thu, 17 Feb 2022 14:00:10 -0500 Subject: [PATCH] make maptiles smaller --- apps/openseachart/custom.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/openseachart/custom.html b/apps/openseachart/custom.html index 64e1e76d8..2a96d311f 100644 --- a/apps/openseachart/custom.html +++ b/apps/openseachart/custom.html @@ -24,8 +24,8 @@ z-index: 100; } #maptiles { - width: 896px; - height: 896px; + width: 448px; + height: 448px; }