浏览代码

r.proj example: use -d densify for v.in.region

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58105 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 11 年之前
父节点
当前提交
4c53ed51ed
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      raster/r.proj/r.proj.html

+ 1 - 1
raster/r.proj/r.proj.html

@@ -250,7 +250,7 @@ r.proj input=elevation location=ll_wgs84 mapset=user1 memory=800
 # In the source location, use v.in.region to generate a bounding box around the
 # region of interest:
 
-v.in.region output=bounds type=area
+v.in.region -d output=bounds type=area
 
 # Now switch to the target location and import the vector bounding box 
 # (you can run v.proj -l to get a list of vector maps in the source location):