Private
Public Access
1
0

Added slider and improved behavior of video analysis

This commit is contained in:
Sander Roosendaal
2019-11-07 17:55:02 +01:00
parent 8fdca8a1f6
commit e35b3fd7b1
5 changed files with 110 additions and 27 deletions

View File

@@ -1899,6 +1899,9 @@ def leaflet_chart_video(lat,lon,name=""):
"Nautical": nautical,
}},{{
"Navionics":navionics,
}},
{{
position:'topleft'
}}).addTo(mymap);
var marker = L.marker([{latbegin}, {longbegin}]).addTo(mymap);