Raruto/leaflet-elevation

How to show `direction` arrows on track without `distance` markers?

hupe13 opened this issue · 2 comments

(#244) The arrows on the track are really nice. Is it possible to show them without distanceMarkers?

Thank you very much.

Hi @hupe13,

if i'm not mistaken, these should be the useful options:

distance: true,
direction: true,

That means:

distanceMarkers: { lazy: true, distance: true, direction: true },

👋 Raruto

Hi Raruto,
thank you very much. It works!