POLAR reference
    Preparing search index...

    Interface BoundaryOptions

    interface BoundaryOptions {
        layerId: string;
        onError?: "strict" | "permissive";
    }
    Index

    Properties

    Properties

    layerId: string

    ID of the vector layer to restrict requests to. The layer must contain vectors. This is useful for restricted maps to avoid selecting unfit coordinates.

    onError?: "strict" | "permissive"

    If the boundary layer check does not work due to loading or configuration errors, style 'strict' will disable the affected feature, and style 'permissive' will act as if no layerId was set.

    'permissive'