-
Notifications
You must be signed in to change notification settings - Fork 943
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
include index of MultiLineString geometries in nearest-point-on-line (#…
…2574) * include index of multilinestring geometries in nearest-point-on-line * readme updated * prefix unused variable with _
- Loading branch information
1 parent
15e1449
commit 1ccf197
Showing
15 changed files
with
34,924 additions
and
9,039 deletions.
There are no files selected for viewing
This file contains 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 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 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
11 changes: 10 additions & 1 deletion
11
...ges/turf-nearest-point-on-line/test/out/expectedLocation - points behind first point.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
[0, 0, 0, 0, 0, 0, 0, 0] | ||
[ | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0 | ||
] |
7 changes: 6 additions & 1 deletion
7
...turf-nearest-point-on-line/test/out/expectedLocation - points in front of last point.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
[0.362058, 0.362058, 0.362058, 0.362058] | ||
[ | ||
0.362058, | ||
0.362058, | ||
0.362058, | ||
0.362058 | ||
] |
58 changes: 31 additions & 27 deletions
58
packages/turf-nearest-point-on-line/test/out/expectedLocation - points on joints.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,33 @@ | ||
[ | ||
[0, 0.162908, 0.362058], | ||
[ | ||
0, | ||
435.152731, | ||
848.38422, | ||
1506.62747, | ||
1877.71515, | ||
2362.640364, | ||
2951.524644, | ||
3346.548084, | ||
3711.226929 | ||
], | ||
[ | ||
0, | ||
0.011338, | ||
0.021306, | ||
0.033964, | ||
0.057049, | ||
0.082838, | ||
0.161154, | ||
0.207251, | ||
0.243733, | ||
0.287901, | ||
0.320556, | ||
0.396017, | ||
0.491916 | ||
] | ||
[ | ||
0, | ||
0.162908, | ||
0.362058 | ||
], | ||
[ | ||
0, | ||
435.152731, | ||
848.38422, | ||
1506.62747, | ||
1877.71515, | ||
2362.640364, | ||
2951.524644, | ||
3346.548084, | ||
3711.226929 | ||
], | ||
[ | ||
0, | ||
0.011338, | ||
0.021306, | ||
0.033964, | ||
0.057049, | ||
0.082838, | ||
0.161154, | ||
0.207251, | ||
0.243733, | ||
0.287901, | ||
0.320556, | ||
0.396017, | ||
0.491916 | ||
] | ||
] |
20 changes: 10 additions & 10 deletions
20
packages/turf-nearest-point-on-line/test/out/expectedLocation - points on top of line.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[ | ||
0, | ||
0.030566, | ||
0.061133, | ||
0.091699, | ||
0.122265, | ||
0.152831, | ||
0.183398, | ||
0.213964, | ||
0.24453, | ||
0.275097 | ||
0, | ||
0.030566, | ||
0.061133, | ||
0.091699, | ||
0.122265, | ||
0.152831, | ||
0.183398, | ||
0.213964, | ||
0.24453, | ||
0.275097 | ||
] |
Oops, something went wrong.