From e28691a4461478e3a31cb2e804a8ea85e6cadd4d Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Tue, 25 Jun 2024 15:04:00 +0200 Subject: [PATCH] remove scale control --- website/public/scripts/map.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/public/scripts/map.js b/website/public/scripts/map.js index 4840f8e..ed5f5d1 100644 --- a/website/public/scripts/map.js +++ b/website/public/scripts/map.js @@ -38,8 +38,8 @@ function initMap() { let nav = new maplibregl.NavigationControl({ showCompass: false }) map.addControl(nav, 'top-right') - let scale = new maplibregl.ScaleControl() - map.addControl(scale) + // let scale = new maplibregl.ScaleControl() + // map.addControl(scale) let attrib = new maplibregl.AttributionControl({ compact: false,