mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-21 06:22:59 +00:00
Add disclaimer is 'attribution' on map
This commit is contained in:
parent
126e55991a
commit
872834917f
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ class MapManager {
|
|||
// Add the attribution
|
||||
this.map.attributionControl.addAttribution("Data: <a href='https://connectedhumber.org/'>Connected Humber</a>");
|
||||
this.map.attributionControl.addAttribution("<a href='https://github.com/ConnectedHumber/Air-Quality-Web/'>Air Quality Web</a> by <a href='https://starbeamrainbowlabs.com/'>Starbeamrainbowlabs</a>");
|
||||
this.map.attributionControl.addAttribution("<strong><a href='https://github.com/ConnectedHumber/Air-Quality-Web/tree/dev#disclaimer'>Sensor Data Disclaimer</a></strong>");
|
||||
|
||||
// Setup the UI
|
||||
this.ui = new UI(Config, this);
|
||||
|
|
Loading…
Reference in a new issue