From 649a2bab9ce0c04456dbda7764f36c6d702ada9a Mon Sep 17 00:00:00 2001 From: patrickzerhusen Date: Fri, 12 Jun 2026 12:59:50 +0200 Subject: [PATCH] removed scale bar --- public/js/app.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/js/app.js b/public/js/app.js index ede861e..78ef683 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -111,11 +111,11 @@ L.control.zoom({ }).addTo(map); // Scale Bar -L.control.scale({ - position: 'bottomright', - maxWidth: 200, - imperial: false -}).addTo(map); +// L.control.scale({ +// position: 'bottomright', +// maxWidth: 200, +// imperial: false +// }).addTo(map); // Fullscreen Button L.control.fullscreen({