Revision: 5564
          http://sourceforge.net/p/jump-pilot/code/5564
Author:   ma15569
Date:     2017-11-13 21:48:13 +0000 (Mon, 13 Nov 2017)
Log Message:
-----------
More upgrade

Modified Paths:
--------------
    
core/trunk/src/org/openjump/core/ui/plugin/raster/RasterImageLayerPropertiesPlugIn.java

Modified: 
core/trunk/src/org/openjump/core/ui/plugin/raster/RasterImageLayerPropertiesPlugIn.java
===================================================================
--- 
core/trunk/src/org/openjump/core/ui/plugin/raster/RasterImageLayerPropertiesPlugIn.java
     2017-11-13 21:37:47 UTC (rev 5563)
+++ 
core/trunk/src/org/openjump/core/ui/plugin/raster/RasterImageLayerPropertiesPlugIn.java
     2017-11-13 21:48:13 UTC (rev 5564)
@@ -505,7 +505,8 @@
                 proj_file_path = srsLocation;
             }
         } catch (Exception e) {
-            proj_coordinate = "0";
+            srsInfo = SridLookupTable.getSrsAndUnitFromCode("0");
+            proj_coordinate = srsInfo.toString();
             proj_file_path = "";
         }
     }


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to