[GRASS-SVN] r51823 - grass/trunk/gui/wxpython/core

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 27 07:31:27 PDT 2012


Author: martinl
Date: 2012-05-27 07:31:27 -0700 (Sun, 27 May 2012)
New Revision: 51823

Modified:
   grass/trunk/gui/wxpython/core/utils.py
Log:
wxGUI: update GDAL/OGR formats (db/protocol)


Modified: grass/trunk/gui/wxpython/core/utils.py
===================================================================
--- grass/trunk/gui/wxpython/core/utils.py	2012-05-27 13:18:26 UTC (rev 51822)
+++ grass/trunk/gui/wxpython/core/utils.py	2012-05-27 14:31:27 UTC (rev 51823)
@@ -687,11 +687,14 @@
         if name in ('PostgreSQL', 'SQLite',
                     'ODBC', 'ESRI Personal GeoDatabase',
                     'Rasterlite',
-                    'PostGIS WKT Raster driver'):
+                    'PostGIS WKT Raster driver',
+                    'CouchDB'):
             formats['database'].append(name)
         elif name in ('GeoJSON',
                       'OGC Web Coverage Service',
                       'OGC Web Map Service',
+                      'WFS',
+                      'GeoRSS',
                       'HTTP Fetching Wrapper'):
             formats['protocol'].append(name)
         else:



More information about the grass-commit mailing list