Private
Public Access
1
0

videodata working

This commit is contained in:
Sander Roosendaal
2019-11-13 21:42:29 +01:00
parent 6a597e43b3
commit c8d84c4aab
3 changed files with 50 additions and 31 deletions

View File

@@ -152,7 +152,7 @@
{% for id, metric in metrics.items %}
document.getElementById("{{ id }}").innerHTML = {{ id }}_now;
{% endfor %}
gauge.set(catch_now);
// gauge.set(catch_now);
var newLatLng = new L.LatLng(lat, lon);
marker.setLatLng(newLatLng);
}
@@ -210,7 +210,7 @@
</span> {{ metric.unit }}
</li>
{% endfor %}
<li class="grid_2">
<!-- <li class="grid_2">
<canvas id="angles"></canvas>
<script type="text/javascript" src="https://bernii.github.io/gauge.js/dist/gauge.js"></script>
<script>
@@ -236,8 +236,9 @@
gauge.animationSpeed = 5;
gauge.set(-75);
</script>
</li>
</li> -->
</ul>
<p>&nbsp;</p>
<form enctype="multipart/form-data" action="" method="post">
<ul class="main-content">
{% if form %}