[GRASS-SVN] r65340 - grass/trunk/general/g.mapsets
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri May 29 02:35:01 PDT 2015
Author: neteler
Date: 2015-05-29 02:35:00 -0700 (Fri, 29 May 2015)
New Revision: 65340
Added:
grass/trunk/general/g.mapsets/g_mapsets_gui.png
Modified:
grass/trunk/general/g.mapsets/g.mapsets.html
Log:
g.mapsets manual: screenshot added for g.mapsets GUI; text improvements; HTML cosmetics
Modified: grass/trunk/general/g.mapsets/g.mapsets.html
===================================================================
--- grass/trunk/general/g.mapsets/g.mapsets.html 2015-05-29 09:34:08 UTC (rev 65339)
+++ grass/trunk/general/g.mapsets/g.mapsets.html 2015-05-29 09:35:00 UTC (rev 65340)
@@ -56,18 +56,17 @@
command:
<div class="code"><pre>
-g.copy rast=soils.file at PERMANENT,my.soils
+g.copy raster=soils at PERMANENT,my_soils
</pre></div>
-ensures that a new file named <tt>my.soils</tt> is to be a copy of
-the file <tt>soils.file</tt> from the mapset PERMANENT.
+ensures that a new file named <tt>my_soils</tt> is to be a copy of
+the file <tt>soils</tt> from the mapset PERMANENT.
<p>
-It is common for a user to have the special mapset
-<b>PERMANENT</b> included in his mapset search path, as this mapset
-typically contains finished base maps relevant to many
-applications. Often, other mapsets which contain sets of interpreted
-maps will be likewise included in the user's mapset search path.
+In each location there is the special mapset <b>PERMANENT</b> included
+in the mapset search path, as this mapset typically contains base maps
+relevant to many applications. Often, other mapsets which contain sets
+of interpreted maps will be likewise included in the user's mapset search path.
Suppose, for example, that the mapset <em>Soil_Maps</em> contains
interpreted soils map layers to which the user wants access. The
mapset <em>Soil_Maps</em> should then be included in the user's
@@ -95,6 +94,22 @@
<h2>EXAMPLES</h2>
+<h3>Selecting mapsets with the graphical mapset manager</h3>
+
+Using the <b>-s</b> flag, a convenient graphical mapset manager can
+be opened to select and deselect other mapsets (the actual mapset and
+the PERMANENT mapset are always selected):
+
+<div class="code"><pre>
+g.mapsets -s
+</pre></div>
+
+<center>
+<img src="g_mapsets_gui.png"><br>
+</center>
+
+
+<h3>Print available mapsets</h3>
All available mapsets in the current location can be printed out by
<div class="code"><pre>
@@ -104,6 +119,8 @@
PERMANENT user1 user2
</pre></div>
+<h3>Add new mapset</h3>
+
Add mapset 'user2' to the current mapset search path
<div class="code"><pre>
@@ -119,14 +136,18 @@
user1 user2
</pre></div>
+<h3>Overwrite current search path</h3>
+
Overwrite current search path
<div class="code"><pre>
g.mapsets mapset=user1,PERMANENT operation=set
</pre></div>
-Alternatively the current mapset can be defined by a shortcut "."
+<h3>Using shortcuts for search path</h3>
+The current mapset can be defined by a shortcut "." (dot)
+
<div class="code"><pre>
g.mapsets mapset=.,PERMANENT operation=set
</pre></div>
Added: grass/trunk/general/g.mapsets/g_mapsets_gui.png
===================================================================
(Binary files differ)
Property changes on: grass/trunk/general/g.mapsets/g_mapsets_gui.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
More information about the grass-commit
mailing list