Skip to content

Commit

Permalink
Add polygon operation utilities.
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey committed May 23, 2022
1 parent eacf9ad commit b037c5c
Show file tree
Hide file tree
Showing 5 changed files with 525 additions and 1 deletion.
4 changes: 4 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"jquery": "^3.6.0",
"kdbush": "^3.0.0",
"mousetrap": "^1.6.5",
"polybooljs": "manubb/polybooljs#eps-logic",
"proj4": "^2.7.5",
"vgl": "0.3.11"
},
Expand Down
3 changes: 2 additions & 1 deletion src/util/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = Object.assign(
{
DistanceGrid: require('./distanceGrid'),
ClusterGroup: require('./clustering'),
mesh: require('./mesh')
mesh: require('./mesh'),
polyops: require('./polyops')
}
);
Loading

0 comments on commit b037c5c

Please sign in to comment.