diff --git a/client_src/js/MapManager.mjs b/client_src/js/MapManager.mjs index eeb5fc7..59a426c 100644 --- a/client_src/js/MapManager.mjs +++ b/client_src/js/MapManager.mjs @@ -30,6 +30,9 @@ class MapManager { attribution: "© OpenStreetMap contributors" }).addTo(this.map); + this.map.attributionControl.addAttribution("Data: Connected Humber"); + this.map.attributionControl.addAttribution("Air Quality Web by Starbeamrainbowlabs"); + // Add the device markers console.info("[map] Loading device markers...."); this.setup_device_markers().then(() => {