Revision: 6111 http://sourceforge.net/p/jump-pilot/code/6111 Author: ma15569 Date: 2019-01-20 17:19:48 +0000 (Sun, 20 Jan 2019) Log Message: ----------- Removed internazionalized for metadata
Modified Paths: -------------- plug-ins/OpenKLEM/OpenKLEMOpenJUMP/trunk/src/com/geomaticaeambiente/klemgui/utils/RasterUtils.java Modified: plug-ins/OpenKLEM/OpenKLEMOpenJUMP/trunk/src/com/geomaticaeambiente/klemgui/utils/RasterUtils.java =================================================================== --- plug-ins/OpenKLEM/OpenKLEMOpenJUMP/trunk/src/com/geomaticaeambiente/klemgui/utils/RasterUtils.java 2019-01-19 19:08:31 UTC (rev 6110) +++ plug-ins/OpenKLEM/OpenKLEMOpenJUMP/trunk/src/com/geomaticaeambiente/klemgui/utils/RasterUtils.java 2019-01-20 17:19:48 UTC (rev 6111) @@ -100,13 +100,12 @@ // ################################# final MetaInformationHandler mih = new MetaInformationHandler(ril); - mih.addMetaInformation(I18N.get("file-name"), ""); - mih.addMetaInformation(I18N.get("resolution"), "" + " (px) x " + "" - + " (px)"); - mih.addMetaInformation(I18N.get("real-world-width"), ril - .getWholeImageEnvelope().getWidth()); - mih.addMetaInformation(I18N.get("real-world-height"), ril - .getWholeImageEnvelope().getHeight()); + mih.addMetaInformation("file-name", ""); + mih.addMetaInformation("resolution", "" + " (px) x " + "" + " (px)"); + mih.addMetaInformation("real-world-width", ril.getWholeImageEnvelope() + .getWidth()); + mih.addMetaInformation("real-world-height", ril.getWholeImageEnvelope() + .getHeight()); // ################################### context.getLayerManager().addLayerable(catName, ril); _______________________________________________ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel