Jelajahi Sumber

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 tahun lalu
induk
melakukan
5befb7b212
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  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)
 #% description: The input raster map is a cost surface (direction surface must also be specified)
 #% guisection: Cost surface
 #% guisection: Cost surface
 #%end
 #%end
+#%rules
+#% required: start_coordinates, start_points
+#%end
 
 
 import os
 import os
 import sys
 import sys