We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: