From b29e0adc2df2071951c6d372775a58813dfefef7 Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Mon, 13 Oct 2025 09:10:46 +0000 Subject: [PATCH] increase webgl sprite size --- html/markers.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/markers.js b/html/markers.js index a4019e5..9cf14cf 100644 --- a/html/markers.js +++ b/html/markers.js @@ -1379,8 +1379,8 @@ function svgShapeToURI(shape, fillColor, strokeColor, strokeWidth, scale){ return "data:image/svg+xml;base64," + btoa(svg); } -let glIconSize = 72; -let glImapCols = 8; +let glIconSize = 86; +let glImapCols = 16; if (usp.has('iconTestCols')) { glImapCols = usp.getInt('iconTestCols'); }