瀏覽代碼

r.drain: Add a rule to avoid an exception from r.path

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@72863 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 7 年之前
父節點
當前提交
5befb7b212
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      scripts/r.drain/r.drain.py

+ 3 - 0
scripts/r.drain/r.drain.py

@@ -104,6 +104,9 @@
 #% description: The input raster map is a cost surface (direction surface must also be specified)
 #% guisection: Cost surface
 #%end
+#%rules
+#% required: start_coordinates, start_points
+#%end
 
 import os
 import sys