feat: add RotationSignal for reactive marker rotation #14

Merged
ryan merged 1 commits from worktree-custom-markers into main 2026-02-20 21:16:40 +00:00

1 Commits

Author SHA1 Message Date
Ryan Hamamura
f0a471a150 feat: add RotationSignal for reactive marker rotation
All checks were successful
CI / Build and Test (push) Successful in 36s
CI / Build and Test (pull_request) Successful in 35s
Add RotationSignal field to Marker so rotation updates reactively via
signals, matching LngSignal/LatSignal. The markerEffectExpr now calls
setRotation() when RotationSignal is present.

Fix ship orientation in the example by subtracting 90 degrees from the
north-based heading to account for the east-facing SVG bow.
2026-02-20 11:14:57 -10:00