Skip to content

Dynamically Display Projection Units in Buffer Distance Field #541

Open
@arjxn-py

Description

@arjxn-py

The buffer distance unit depends on the selected projection.
Maybe Use proj4js to determine the projection unit dynamically:

import proj4 from "proj4";
const unit = proj4("EPSG:4326").oProj.units; // Example output: "degrees"

Originally suggested by @mfisher87 in #529 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions