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)
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)