GeoLeaf Core API - v3.0.0
    Preparing search index...
    • 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.

      Parameters

      • paint: Record<string, unknown>

      Returns void