[GRASS-SVN] r42246 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 12 14:59:13 EDT 2010


Author: martinl
Date: 2010-05-12 14:59:12 -0400 (Wed, 12 May 2010)
New Revision: 42246

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/gselect.py
Log:
wxGUI: related fixes to #1066
(merge r42245 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/gselect.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/gselect.py	2010-05-12 18:50:38 UTC (rev 42245)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/gselect.py	2010-05-12 18:59:12 UTC (rev 42246)
@@ -799,8 +799,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',
@@ -808,15 +808,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