eurostat-map
    Preparing search index...

    Interface FlowWidthGradientSettings

    Width gradient settings for tapered flows.

    interface FlowWidthGradientSettings {
        startRatio?: number;
        samples?: number;
        minStartWidth?: number;
        capEnd?: boolean;
        curvatureFollow?: boolean;
    }
    Index

    Properties

    startRatio?: number

    Start ratio.

    samples?: number

    Samples.

    minStartWidth?: number

    Min start width.

    capEnd?: boolean

    Cap end.

    curvatureFollow?: boolean

    Curvature follow.