[GRASS-SVN] r51826 - grass/branches/develbranch_6/gui/wxpython/core
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 27 07:49:18 PDT 2012
Author: martinl
Date: 2012-05-27 07:49:18 -0700 (Sun, 27 May 2012)
New Revision: 51826
Modified:
grass/branches/develbranch_6/gui/wxpython/core/utils.py
Log:
wxGUI: update GDAL/OGR formats (db/protocol)
(merge r51823 from trunk)
Modified: grass/branches/develbranch_6/gui/wxpython/core/utils.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/core/utils.py 2012-05-27 14:47:08 UTC (rev 51825)
+++ grass/branches/develbranch_6/gui/wxpython/core/utils.py 2012-05-27 14:49:18 UTC (rev 51826)
@@ -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