-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
H3_POLYFILL center intersects and contains mode working
- Loading branch information
1 parent
f2920b7
commit acf41ef
Showing
6 changed files
with
161 additions
and
75 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ import { h3Distance } from '../src/h3/h3_kring_distances/h3core_custom'; | |
|
||
export default { | ||
h3Distance | ||
}; | ||
}; |
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,7 +1,11 @@ | ||
import { polyfill } from '../src/h3/h3_polyfill/h3core_custom'; | ||
import { bboxClip } from '@turf/turf'; | ||
import { booleanContains, booleanIntersects, geometryCollection, intersect, polygon } from '@turf/turf'; | ||
import { h3ToGeoBoundary } from '../src/h3/h3_polyfill/h3core_custom'; | ||
|
||
export default { | ||
bboxClip, | ||
polyfill | ||
booleanContains, | ||
booleanIntersects, | ||
geometryCollection, | ||
intersect, | ||
polygon, | ||
h3ToGeoBoundary | ||
}; |
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
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