Changeset 34097 in osm for applications/editors/josm/plugins/geotools/src
- Timestamp:
- 2018-03-24T18:41:43+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/geotools/src/org/openstreetmap/josm/plugins/geotools/GeoToolsPlugin.java
r33958 r34097 50 50 // As the JAI jars are bundled in the geotools plugin, JAI initialization does not work, 51 51 // so we need to perform the tasks described here ("Initialization and automatic loading of registry objects"): 52 // http ://docs.oracle.com/cd/E17802_01/products/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/OperationRegistry.html52 // https://docs.oracle.com//cd/E17802_01/products/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/OperationRegistry.html 53 53 OperationRegistry registry = JAI.getDefaultInstance().getOperationRegistry(); 54 54 if (registry == null) {
Note:
See TracChangeset
for help on using the changeset viewer.