bjornharrtell / jsts

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

Align with upstream JTS (1.18, 1.19) #488

Open bjornharrtell opened 2 years ago

bjornharrtell commented 2 years ago

JSTS is currently based on JTS 1.17.x. Since then there has been two feature releases of JTS, 1.18 and 1.19.

It's unfortunately a non trivial effort to update because the new things coded in JTS uses features of Java that my transpiler (https://github.com/bjornharrtell/java2estree) currently cannot handle.

I also carry several patches on JTS 1.17.x to make it work currently which further complicates this.