[GRASS-SVN] r42245 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 12 14:50:40 EDT 2010


Author: martinl
Date: 2010-05-12 14:50:38 -0400 (Wed, 12 May 2010)
New Revision: 42245

Modified:
   grass/trunk/gui/wxpython/gui_modules/gselect.py
Log:
wxGUI: related fixes to #1066


Modified: grass/trunk/gui/wxpython/gui_modules/gselect.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/gselect.py	2010-05-12 14:47:48 UTC (rev 42244)
+++ grass/trunk/gui/wxpython/gui_modules/gselect.py	2010-05-12 18:50:38 UTC (rev 42245)
@@ -840,8 +840,8 @@
         formatToExt = {
             # raster
             'GeoTIFF' : 'tif',
-            'Erdas Imagine Images (.img)' : '.img',
-            'Ground-based SAR Applications Testbed File Format (.gff)' : '.gff',
+            'Erdas Imagine Images (.img)' : 'img',
+            'Ground-based SAR Applications Testbed File Format (.gff)' : 'gff',
             'Arc/Info Binary Grid' : 'adf',
             'Portable Network Graphics' : 'png',
             'JPEG JFIF' : 'jpg',
@@ -849,15 +849,15 @@
             'Graphics Interchange Format (.gif)' : 'gif',
             'X11 PixMap Format' : 'xpm',
             'MS Windows Device Independent Bitmap' : 'bmp',
-            'SPOT DIMAP' : '.dim',
+            'SPOT DIMAP' : 'dim',
             'RadarSat 2 XML Product' : 'xml',
-            'EarthWatch .TIL' : '.til',
-            'ERMapper .ers Labelled' : '.ers',
+            'EarthWatch .TIL' : 'til',
+            'ERMapper .ers Labelled' : 'ers',
             'ERMapper Compressed Wavelets' : 'ecw',
             'GRIdded Binary (.grb)' : 'grb',
-            'EUMETSAT Archive native (.nat)' : '.nat',
+            'EUMETSAT Archive native (.nat)' : 'nat',
             'Idrisi Raster A.1' : 'rst',
-            'Golden Software ASCII Grid (.grd)' : '.grd',
+            'Golden Software ASCII Grid (.grd)' : 'grd',
             'Golden Software Binary Grid (.grd)' : 'grd',
             'Golden Software 7 Binary Grid (.grd)' : 'grd',
             'R Object Data Store' : 'r',



More information about the grass-commit mailing list