How to show `direction` arrows on track without `distance` markers?
hupe13 opened this issue · 2 comments
hupe13 commented
(#244) The arrows on the track are really nice. Is it possible to show them without distanceMarkers?
Thank you very much.
Raruto commented
Hi @hupe13,
if i'm not mistaken, these should be the useful options:
leaflet-elevation/libs/leaflet-distance-marker.js
Lines 125 to 126 in 8681792
That means:
leaflet-elevation/src/options.js
Line 13 in 8681792
👋 Raruto
hupe13 commented
Hi Raruto,
thank you very much. It works!