Open Pioneer Trails Packages
    Preparing search index...

    Dropdown item of projection selection with an optional coordinate precision

    interface ProjectionInput {
        label: string;
        precision?: number;
        value: ProjectionLike;
    }
    Index

    Properties

    label: string

    Label to show the user.

    precision?: number

    The number of displayed decimal places.

    value: ProjectionLike

    The map projection as projection or as string.