-
Notifications
You must be signed in to change notification settings - Fork 1k
Refactor and extend properties of returned nearest point in @turf/nearest-point-on-line #2867
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
Merged
smallsaucepan
merged 14 commits into
Turfjs:master
from
EmilJunker:nearest-point-on-line-multi-feature-location
Dec 9, 2025
Merged
Changes from 11 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
b29efcf
Compute multiFeatureLocation in addition to location property in @tur…
EmilJunker 5d16fe8
Add contributor for @turf/nearest-point-on-line
EmilJunker 2cf5f71
nearest-point-on-line Rename param pt to inputPoint
EmilJunker cd34656
nearest-point-on-line Rename point properties
EmilJunker 4994d88
nearest-point-on-line Rename some internal variables
EmilJunker 7f36fea
nearest-point-on-line Add back deprecated properties
EmilJunker 4f5dd30
nearest-point-on-line Mark old properties as deprecated
EmilJunker 1566b35
nearest-point-on-line Clean up tests
EmilJunker 5c89527
nearest-point-on-line Update README
EmilJunker 3fa28e0
Resolved a couple of conflicts introduced by other PRs.
smallsaucepan 3b88cc1
Couldn't get deprecated tags working nicely, so adding notification to
smallsaucepan f68de39
Merge branch 'master' into nearest-point-on-line-multi-feature-location
smallsaucepan 8ac8b16
Added a missed legacy property and more clear identification of the
smallsaucepan ae425dd
Merge remote-tracking branch 'refs/remotes/origin/nearest-point-on-li…
smallsaucepan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and also
index;)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, yes. Thank you