Explorar el Código

g.gui.animation manual: example with wildcard added

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58184 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler hace 11 años
padre
commit
95a3063c54
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      gui/wxpython/animation/g.gui.animation.html

+ 10 - 0
gui/wxpython/animation/g.gui.animation.html

@@ -44,6 +44,14 @@ so please be sure your computational region is set to the geographic extent of m
 You can change the computational region (using <a href="g.region.html">g.region</a>)
 and then reload the maps to update the animation.
 
+<h2>EXAMPLES</h2>
+
+
+Load a series of raster maps into the Animation Tool:
+<div class="code"><pre>
+g.gui.animation rast=`g.mlist type=rast mapset=. sep=comma pattern="precip*"`
+</pre></div>
+
 <h2>TODO</h2>
 <ul>
   <li>export animation</li>
@@ -68,6 +76,8 @@ and then reload the maps to update the animation.
   <a href="g.gui.psmap.html">g.gui.psmap</a>,
   <a href="g.gui.rlisetup.html">g.gui.rlisetup</a>,
   <a href="g.gui.vdigit.html">g.gui.vdigit</a>
+  <br>
+  <a href="g.mlist.html">g.mlist</a>,
 </em>