GeoLeaf Core API - v3.0.0
    Preparing search index...
    StyleTransform: (
        previous: StyleSpecLike | undefined,
        next: StyleSpecLike,
    ) => StyleSpecLike

    A MapLibre transformStyle callback: given the previous and next style specs, returns the style to actually apply.

    Type Declaration