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

[turf-ellipse] fixes the wrong shape when drawing "big ellipses" near the poles #2739

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 25, 2024

  1. fix [turf-ellipse]

    -Fixes the wrong behavior of turf-ellipse when drawing "big ellipses" near the poles
    -Fixes the wrong behavior of turf-ellipse when rotating an ellipse. The rotation is now fully taken account during the calculation of the geometry.
    -Adds two test to directly check both previous points
    -Fixes one of the existing test `turf-ellipse` which was not launched when launching `pnpm test`
    -Changes the test `turf-ellipse` so that it fits the fixes made in the calculation of the geometry
    hadbn committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e46298d View commit details
    Browse the repository at this point in the history
  2. update [turf-standard-deviational-ellipse] for compatibility with the…

    … fix of turf-ellipse
    hadbn committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    ade9913 View commit details
    Browse the repository at this point in the history
  3. removes redundant dependency

    hadbn committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9e7a500 View commit details
    Browse the repository at this point in the history