From 5934f96aaa508cdcb38da4dee6c72cb1a7054740 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 21 Jan 2019 11:48:29 +0000 Subject: [PATCH] [client] Add attributions --- client_src/js/MapManager.mjs | 3 +++ 1 file changed, 3 insertions(+) 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(() => {