Private
Public Access
1
0

working prototype Chart.js

This commit is contained in:
Sander Roosendaal
2019-11-17 16:41:38 +01:00
parent 797cc9ee40
commit 1393e5449c
3 changed files with 41 additions and 49 deletions

View File

@@ -158,6 +158,7 @@
{% endfor %}
// gauge.set(catch_now);
var newLatLng = new L.LatLng(lat, lon);
console.log(newLatLng);
marker.setLatLng(newLatLng);
}
if(videotime !== oldTime) {