Closed cyclingcat closed 3 years ago
Just noticed a small case mismatch: The GPX style schema documentation defines dasharray
while Leaflet's path options uses dashArray
. The path options lineJoin
and dashOffset
don't have associated GPX style definitions, so besides correcting the case for dasharray
I changed the tag names for the three new tags to all-lowercase for consistency reasons.
The cycling cat
Supports three more styling options for the GPX polylines, including "dashArray" for showing dashed track lines.
The cycling cat