Files
Marcelo Prates 7b699a4995 Fix ls/dashes forwarding for MultiLineString layers
plot_gdf's MultiLineString branch filtered kwargs with [lw, lt, ...]
while the LineString branch used [lw, ls, ...]. lt is not a matplotlib
kwarg, so any caller passing ls="--" or ls="-." to a MultiLineString
layer had their style silently dropped. The GPX/KML track layer in
#145 hits this path because read_track() always returns a
MultiLineString, even for single-segment files.

Normalize both branches to use ls (the matplotlib standard).

Refs: #145
2026-07-30 12:24:36 -03:00
..
2025-07-18 16:31:13 -04:00