浏览代码

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 年之前
父节点
当前提交
98a945bad0
共有 1 个文件被更改,包括 4 次插入1 次删除
  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',
         if name in ('PostgreSQL', 'SQLite',
                     'ODBC', 'ESRI Personal GeoDatabase',
                     'ODBC', 'ESRI Personal GeoDatabase',
                     'Rasterlite',
                     'Rasterlite',
-                    'PostGIS WKT Raster driver'):
+                    'PostGIS WKT Raster driver',
+                    'CouchDB'):
             formats['database'].append(name)
             formats['database'].append(name)
         elif name in ('GeoJSON',
         elif name in ('GeoJSON',
                       'OGC Web Coverage Service',
                       'OGC Web Coverage Service',
                       'OGC Web Map Service',
                       'OGC Web Map Service',
+                      'WFS',
+                      'GeoRSS',
                       'HTTP Fetching Wrapper'):
                       'HTTP Fetching Wrapper'):
             formats['protocol'].append(name)
             formats['protocol'].append(name)
         else:
         else: