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

Issue 2342 - Handle when start and end are the same point in greatCircle #2343

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

Conversation

rowanwins
Copy link
Member

@rowanwins rowanwins commented Oct 6, 2022

This prevents an array of NaN's coming back when start and end points are the same.

  • Use a meaningful title for the pull request. Include the name of the package modified.
  • Have read How To Contribute.
  • Run npm test at the sub modules where changes have occurred.
  • Run npm run lint to ensure code style at the turf module level.

Resolves #2342

@rowanwins rowanwins requested a review from twelch October 6, 2022 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

greatCircle returns array of NaN if start and end is the same
1 participant