[GRASS-SVN] r63185 - grass/branches/releasebranch_7_0/scripts/r.in.wms
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Nov 27 02:59:50 PST 2014
Author: turek
Date: 2014-11-27 02:59:50 -0800 (Thu, 27 Nov 2014)
New Revision: 63185
Modified:
grass/branches/releasebranch_7_0/scripts/r.in.wms/r.in.wms.py
Log:
r.in.wms: capfile and capfile_output - added mutually exclusive rule (backport r63181)
Modified: grass/branches/releasebranch_7_0/scripts/r.in.wms/r.in.wms.py
===================================================================
--- grass/branches/releasebranch_7_0/scripts/r.in.wms/r.in.wms.py 2014-11-27 10:50:27 UTC (rev 63184)
+++ grass/branches/releasebranch_7_0/scripts/r.in.wms/r.in.wms.py 2014-11-27 10:59:50 UTC (rev 63185)
@@ -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