Browse Source

wxGUI: update GDAL/OGR formats (db/protocol)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@51823 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 years ago
parent
commit
98a945bad0
1 changed files with 4 additions and 1 deletions
  1. 4 1
      gui/wxpython/core/utils.py

+ 4 - 1
gui/wxpython/core/utils.py

@@ -687,11 +687,14 @@ def _parseFormats(output, writableOnly = False):
         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: