velocat
velocat
I think this is due to a principled approach. This scale shows the time calculated according to the time specified in the track. However, there is a time increment delta...
Thats my log: :confused:  And .... There is already an increment at the zero point (starting point): 
And more... If you zoom with the mouse, then this scale disappears altogether until you return to the initial zoom level: 
I'm use https://github.com/coryasilva/Leaflet.ExtraMarkers for markers And https://github.com/leaflet-extras/leaflet-providers for tiles ``` var mymap = L.map('mapid', opts.map); var baseLayers = { 'OpenStreetMap': L.tileLayer.provider('OpenStreetMap.Mapnik'), 'OpenStreetMap H.O.T.': L.tileLayer.provider('OpenStreetMap.HOT'), 'OpenTopoMap': L.tileLayer.provider('OpenTopoMap'), 'CyclOSM': L.tileLayer.provider('OpenStreetMap.CyclOSM'), //other };...
The problem with displaying some images is due to the fact that bootstrap is being used. He has styles for `@media print` that redefine images with a white background and...