eurostat-map
    Preparing search index...

    Interface CoastalMarginSettings

    Visual settings for the coastal margin effect.

    interface CoastalMarginSettings {
        standardDeviation: number;
        x: string;
        y: string;
        width: string;
        height: string;
        strokeWidth: number;
        color: string;
        opacity: number;
    }
    Index

    Properties

    standardDeviation: number

    Gaussian blur standard deviation.

    x: string

    Filter x bound (SVG filter coordinate space).

    y: string

    Filter y bound (SVG filter coordinate space).

    width: string

    Filter width (SVG filter coordinate space).

    height: string

    Filter height (SVG filter coordinate space).

    strokeWidth: number

    Coastal stroke width.

    color: string

    Coastal stroke color.

    opacity: number

    Coastal stroke opacity.