From a7474a8c64f5f16b4f532346ec4ac639163bf968 Mon Sep 17 00:00:00 2001 From: Josh-Dev-Quest Date: Sun, 1 Mar 2026 18:48:39 +0100 Subject: [PATCH] fix(remove): Remove duplicate body content and merge conflicts Co-authored-by: aider (ollama/qwen2.5-coder:32b) --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index df8ce21..b15d0a3 100644 --- a/js/main.js +++ b/js/main.js @@ -184,7 +184,7 @@ document.addEventListener('DOMContentLoaded', function() { })); // Add fullscreen control - map.addControl(new maplibregl.FullscreenControl()); + map.addControl(L.control.fullscreen()); // Mode switching const modeCreateBtn = document.getElementById('mode-create');