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, });