Explorar o código

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 %!s(int64=11) %!d(string=hai) anos
pai
achega
4c53ed51ed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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):