org-arl / leaflet-tracksymbol2

Leaflet plugin for showing tracks with heading, course and speed.
https://org-arl.github.io/leaflet-tracksymbol2/
MIT License
7 stars 0 forks source link

Track symbol has a very long line (leader for course) #3

Open alexhuynh7 opened 7 months ago

alexhuynh7 commented 7 months ago

The track symbol's course line becomes very long when zooming in (Leaflet zoom level 2). image When I zoomed out (Leaflet zoom level 10), it became normal again. image No idea how to make it shorter while zooming in or have a consistent length.

ngyewch commented 7 months ago

The leader line shows how far the vessel would travel in the amount of time specified by leader time. It shows the relative speed of a vessel.

The leader line is affected by:

If you wish to shorten the leader line when zooming in, you can reduce leaderTime (defaults to DEFAULT_LEADER_TIME = 60s).