bjornharrtell / jsts

JavaScript Topology Suite
http://bjornharrtell.github.io/jsts/
Other
1.49k stars 232 forks source link

Difference and intersection imports #480

Closed neocarto closed 2 years ago

neocarto commented 2 years ago

Make it possible to import intersection and difference operations like this: import IntersectionOp from "jsts/org/locationtech/jts/operation/intersection/IntersectionOp.js"; import DifferenceOp from "jsts/org/locationtech/jts/operation/difference/DifferenceOp.js"; (need for geotoolbox)

bjornharrtell commented 2 years ago

That does not mirror currently transpiled JTS API and AFAIK not the current version JTS API either. So I'm inclined to say no.