Wraps a circle paint's stroke so a feature flagged pending (via the
_syncStatus property or the syncStatus feature-state) shows the orange
sync badge, falling back to the paint's existing stroke otherwise. Mutates
paint in place.
Visually neutral for features with neither flag: SYNC_PENDING evaluates to
false, so the existing stroke — or MapLibre's default width of 0 (no
stroke) when none was declared — is kept, and static features render exactly
as before.
Wraps a circle paint's stroke so a feature flagged
pending(via the_syncStatusproperty or thesyncStatusfeature-state) shows the orange sync badge, falling back to the paint's existing stroke otherwise. Mutatespaintin place.Visually neutral for features with neither flag:
SYNC_PENDINGevaluates tofalse, so the existing stroke — or MapLibre's default width of0(no stroke) when none was declared — is kept, and static features render exactly as before.