velocat

Results 5 comments of 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: ![ticklog1](https://user-images.githubusercontent.com/534853/149993306-c4527808-833a-440a-9abb-d5a236abfcd7.JPG) And .... There is already an increment at the zero point (starting point): ![ticklog2](https://user-images.githubusercontent.com/534853/149994237-4e6d5d8e-26cb-4251-bb7a-a8915ad24cb4.JPG)

And more... If you zoom with the mouse, then this scale disappears altogether until you return to the initial zoom level: ![Wheel](https://user-images.githubusercontent.com/534853/149996734-488158c2-e0d1-417d-b98d-ddce060ed57c.gif)

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...