Changeset 33958 in osm for applications/editors/josm/plugins/geotools/src/org
- Timestamp:
- 2017-12-21T16:43:46+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
r33610 r33958 12 12 import javax.media.jai.OperationRegistry; 13 13 14 import org.geotools.image.ImageWorker; 14 15 import org.geotools.referencing.CRS; 15 16 import org.opengis.referencing.FactoryException; … … 41 42 // See https://www.java.net/node/666373 42 43 System.setProperty("com.sun.media.jai.disableMediaLib", "true"); 44 45 // As JAI-Ext will replace the operation registry, it needs to be loaded before we modify it later on 46 if (ImageWorker.isJaiExtEnabled()) { 47 Logging.debug("geotools: load JAI-Ext operations"); 48 } 43 49 44 50 // As the JAI jars are bundled in the geotools plugin, JAI initialization does not work,
Note:
See TracChangeset
for help on using the changeset viewer.