Now using degree sign for temperatures.
This commit is contained in:
parent
7e427a6a80
commit
f44e5e191d
|
|
@ -479,7 +479,7 @@ AprsMarker.prototype.getInfoHTML = function(name, receiverMarker = null) {
|
|||
weatherString += '<div>' + Utils.makeListTitle('Weather');
|
||||
|
||||
if (this.weather.temperature) {
|
||||
weatherString += Utils.makeListItem('Temperature', this.weather.temperature.toFixed(1) + ' oC');
|
||||
weatherString += Utils.makeListItem('Temperature', this.weather.temperature.toFixed(1) + '°C');
|
||||
}
|
||||
|
||||
if (this.weather.humidity) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue