Changeset 34097 in osm for applications/editors/josm/plugins/geotools
- Timestamp:
- 2018-03-24T18:41:43+01:00 (7 years ago)
- Location:
- applications/editors/josm/plugins/geotools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/geotools/build.xml
r33930 r34097 65 65 <manifest file="MANIFEST" mode="update"> 66 66 <!-- JAI requires a vendor name for some of its deep internals, 67 see http://stackoverflow.com/a/18495658/2257172 --> 67 see https://stackoverflow.com/a/18495658/2257172 --> 68 68 <attribute name="Specification-Title" value="JOSM GeoTools plugin"/> 69 69 <attribute name="Specification-Version" value="19.0"/> -
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.html 52 // 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.