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
Can not running this code on jdk11
ShapefileImporter importer = new ShapefileImporter(graphDb); importer.importFile("xxx/highway.shp", "layer_roads");
error message: org.geotools.styling.StyleFactory is not an ImageIO SPI class
The text was updated successfully, but these errors were encountered:
Perhaps we need to depend on newer versions of geotools?
Sorry, something went wrong.
Geotools 21 is fully Java 11 compliant: https://geotoolsnews.blogspot.com/2019/03/geotools-210-released.html
Since the currently used version is 14.4 this is a non-trivial upgrade, see also: http://docs.geotools.org/latest/userguide/welcome/upgrade.html
No branches or pull requests
Can not running this code on jdk11
error message:
org.geotools.styling.StyleFactory is not an ImageIO SPI class
The text was updated successfully, but these errors were encountered: