[GRASS-SVN] r63181 - grass/trunk/scripts/r.in.wms

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Nov 27 01:39:03 PST 2014


Author: turek
Date: 2014-11-27 01:39:03 -0800 (Thu, 27 Nov 2014)
New Revision: 63181

Modified:
   grass/trunk/scripts/r.in.wms/r.in.wms.py
Log:
r.in.wms: capfile and capfile_output - added mutually exclusive rule

Modified: grass/trunk/scripts/r.in.wms/r.in.wms.py
===================================================================
--- grass/trunk/scripts/r.in.wms/r.in.wms.py	2014-11-27 09:27:27 UTC (rev 63180)
+++ grass/trunk/scripts/r.in.wms/r.in.wms.py	2014-11-27 09:39:03 UTC (rev 63181)
@@ -169,6 +169,10 @@
 #% guisection: Map style
 #%end
 
+#%rules
+#% exclusive: capfile_output, capfile
+#%end
+
 import os
 import sys
 sys.path.insert(1, os.path.join(os.path.dirname(sys.path[0]), 'etc', 'r.in.wms'))



More information about the grass-commit mailing list