From 39bd46d7cd9cda2d79243b5c5648a36c712eb622 Mon Sep 17 00:00:00 2001 From: Rudy <387694+zarya@users.noreply.github.com> Date: Mon, 9 Jun 2025 15:42:05 +0200 Subject: [PATCH] Update map.js --- src/static_src/js/maps/generic/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static_src/js/maps/generic/map.js b/src/static_src/js/maps/generic/map.js index fd7047949..c9a063fb1 100644 --- a/src/static_src/js/maps/generic/map.js +++ b/src/static_src/js/maps/generic/map.js @@ -53,7 +53,7 @@ class BHMap { attribution: this.myAttributionText }); - this.baseLayers['OSS (external)'] = L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { + this.baseLayers['OSM (external)'] = L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: 'Map data © OpenStreetMap contributors', maxZoom: 18, });