浏览代码

r.in.wms: capfile and capfile_output - added mutually exclusive rule (backport https://trac.osgeo.org/grass/changeset/63181)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@63185 15284696-431f-4ddb-bdfa-cd5b030d7da7
Štěpán Turek 10 年之前
父节点
当前提交
1918e0e7e9
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      scripts/r.in.wms/r.in.wms.py

+ 4 - 0
scripts/r.in.wms/r.in.wms.py

@@ -169,6 +169,10 @@ This program is free software under the GNU General Public License
 #% 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'))