Prechádzať zdrojové kódy

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 rokov pred
rodič
commit
1918e0e7e9
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  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'))