You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: inst/app/global.R
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -264,7 +264,7 @@ createLeaflet <- function(){
264
264
var div = L.DomUtil.create('div','windCanvas');
265
265
div.style.background = 'white';
266
266
div.style.padding = '5px';
267
-
div.innerHTML = '<span id=\"openmeteocloudButton\" onclick=$(\"#meteodata\").toggle() >Show/Hide Meteo Data </span><br><div id=\"meteodata\"><span id=\"openmeteocloudButton\" title=\"Click here to get current values from open-meteo (NB this is experimental and not to be used for production envs).\" onclick=\"getFromOpenMeteo();\">💨️Get from APIs </span> <br>🌡T = <span id=wtmp></span> - <b ><br>Wind at 10 m height <br>Speed: <span id=\"wspeed\">0</span> (m/s)</b><input type=\"range\" id=\"speed\" name=\"speed\" min=\"0\" value=0 max=\"30\"><b>Direction: <span id=\"wdir\">90</span>°</b><br><canvas id=\"windCanvas\" width=\"150\" height=\"150\"></canvas></div>';
267
+
div.innerHTML = '<span id=\"openmeteocloudButton\" onclick=$(\"#meteodata\").toggle() >Show/Hide Meteo Data </span><br><div id=\"meteodata\"><span id=\"openmeteocloudButton\" title=\"Click here to get current values from open-meteo (NB this is experimental and not to be used for production envs).\" onclick=\"getFromOpenMeteo();\">💨️Get from APIs </span> <br>🌡T = <span id=wtmp></span> - <b ><br>Wind at 10 m height <br>Speed: <span id=\"wspeed\">0</span> (km/h)</b><input type=\"range\" id=\"speed\" name=\"speed\" min=\"0\" value=0 max=\"30\"><b>Direction: <span id=\"wdir\">90</span>°</b><br><canvas id=\"windCanvas\" width=\"150\" height=\"150\"></canvas></div>';
0 commit comments