Revision: 4542
          http://sourceforge.net/p/jump-pilot/code/4542
Author:   bertazza
Date:     2015-10-07 12:30:03 +0000 (Wed, 07 Oct 2015)
Log Message:
-----------
Fixed bug when reading esri ASCII grid with .txt extension

Modified Paths:
--------------
    core/trunk/ChangeLog
    core/trunk/src/com/vividsolutions/jump/workbench/ui/LayerNameRenderer.java

Modified: core/trunk/ChangeLog
===================================================================
--- core/trunk/ChangeLog        2015-10-06 09:52:37 UTC (rev 4541)
+++ core/trunk/ChangeLog        2015-10-07 12:30:03 UTC (rev 4542)
@@ -1,5 +1,8 @@
 # for display continuity sake please use 2 spaces instead of tabs
 
+2015-10-07 bertazza
+  * Fixed bug when reading esri ASCII grid with .txt extension
+
 2015-10-06 bertazza
   * Fixed bug when reading ASCII grid cell value
   

Modified: 
core/trunk/src/com/vividsolutions/jump/workbench/ui/LayerNameRenderer.java
===================================================================
--- core/trunk/src/com/vividsolutions/jump/workbench/ui/LayerNameRenderer.java  
2015-10-06 09:52:37 UTC (rev 4541)
+++ core/trunk/src/com/vividsolutions/jump/workbench/ui/LayerNameRenderer.java  
2015-10-07 12:30:03 UTC (rev 4542)
@@ -618,7 +618,7 @@
      * Enumeration of File extension used in Sextante Raster Layer
      */
     public enum TypeFile {
-        ASC, CSV, DXF, FLT, TIF, TIFF, JPG, JPEG, PNG, GIF, GRD, JP2, BMP, 
ECW, MrSID
+        ASC, CSV, DXF, FLT, TIF, TIFF, JPG, JPEG, PNG, GIF, GRD, JP2, BMP, 
ECW, MrSID, TXT
     }
 
     private String filetype;


------------------------------------------------------------------------------
Full-scale, agent-less Infrastructure Monitoring from a single dashboard
Integrate with 40+ ManageEngine ITSM Solutions for complete visibility
Physical-Virtual-Cloud Infrastructure monitoring from one console
Real user monitoring with APM Insights and performance trend reports 
Learn More http://pubads.g.doubleclick.net/gampad/clk?id=247754911&iu=/4140
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to