Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow optional ellipsoid definition to be passed to distance allowing for calculation types other than great circle #2476

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 12, 2023

  1. Allow user to pass an optional ellipsoid definition to distance(), an…

    …d if they do perform an ellipsoidal distance calculation rather than the default great circle.
    smallsaucepan committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    3f3f203 View commit details
    Browse the repository at this point in the history
  2. Prior commit failed post-commit CI. Identified a problem with the fin…

    …al packages/turf/ conversion from mjs to rolled up js. "In strict mode code, functions can only be declared at top level or inside a block."
    smallsaucepan committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e6dfbd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Upgrading to geodesy 2.3.0 (possible now that Turfjs#2489 is merged) …

    …meaning we can use import rather than require. Tightened up distance module function names and their optional parameters as well.
    smallsaucepan committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    13d093c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    c51158c View commit details
    Browse the repository at this point in the history