From 0c40d60e81b7302d9640675443df55092046357f Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Mon, 29 Dec 2025 12:38:16 +0100 Subject: [PATCH] Adjusted opacity --- assets/js/sections/qso_map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/sections/qso_map.js b/assets/js/sections/qso_map.js index 78791de27..779cd9b89 100644 --- a/assets/js/sections/qso_map.js +++ b/assets/js/sections/qso_map.js @@ -186,7 +186,7 @@ function initMap() { color: '#ff0000', weight: 2, opacity: 0.5, - fillOpacity: 0.1 + fillOpacity: 0.2 }, onEachFeature: onEachFeature }).addTo(map);