From 13782ea7d43639ce96f15739a98a4323879c8f15 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sat, 11 Apr 2026 14:32:34 -0500 Subject: [PATCH] Increase max zoom on main map from 10 to 13 --- assets/js/propagation_map_hook.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/propagation_map_hook.js b/assets/js/propagation_map_hook.js index 8429b3cf..bcef7b44 100644 --- a/assets/js/propagation_map_hook.js +++ b/assets/js/propagation_map_hook.js @@ -400,7 +400,7 @@ export const PropagationMap = { center, zoom: Number.isFinite(zoom) ? zoom : 7, minZoom: 4, - maxZoom: 10 + maxZoom: 13 }) L.tileLayer("https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", {