[GRASS-SVN] r51828 - grass/branches/releasebranch_6_4/gui/wxpython/core

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


Author: martinl
Date: 2012-05-27 07:56:44 -0700 (Sun, 27 May 2012)
New Revision: 51828

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


Modified: grass/branches/releasebranch_6_4/gui/wxpython/core/utils.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/core/utils.py	2012-05-27 14:53:44 UTC (rev 51827)
+++ grass/branches/releasebranch_6_4/gui/wxpython/core/utils.py	2012-05-27 14:56:44 UTC (rev 51828)
@@ -719,11 +719,14 @@
         if format in ('PostgreSQL', 'SQLite',
                       'ODBC', 'ESRI Personal GeoDatabase',
                       'Rasterlite',
-                      'PostGIS WKT Raster driver'):
+                      'PostGIS WKT Raster driver',
+                      'CouchDB'):
             formats['database'].append(format)
         elif format in ('GeoJSON',
                         'OGC Web Coverage Service',
                         'OGC Web Map Service',
+                        'WFS',
+                        'GeoRSS',
                         'HTTP Fetching Wrapper'):
             formats['protocol'].append(format)
         else:



More information about the grass-commit mailing list