[GRASS-SVN] r34362 - in grass/branches/develbranch_6: lib/init
raster
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Nov 18 08:14:18 EST 2008
Author: martinl
Date: 2008-11-18 08:14:18 -0500 (Tue, 18 Nov 2008)
New Revision: 34362
Modified:
grass/branches/develbranch_6/lib/init/helptext.html
grass/branches/develbranch_6/raster/rasterintro.html
Log:
wxgrass -> wxGUI
Modified: grass/branches/develbranch_6/lib/init/helptext.html
===================================================================
--- grass/branches/develbranch_6/lib/init/helptext.html 2008-11-18 11:29:27 UTC (rev 34361)
+++ grass/branches/develbranch_6/lib/init/helptext.html 2008-11-18 13:14:18 UTC (rev 34362)
@@ -38,8 +38,10 @@
Each LOCATION can have many MAPSETs. Each MAPSET is a LOCATION's
subdirectory. New MAPSET can be added at GRASS startup. To remove a
MAPSET, remove it's directory using your file manager or by <br>
-<tt>rm -rf /path/to/the/mapset_to_delete</tt>. The 'wxgrass' graphical
-user interface provides options to rename/remove LOCATIONs and MAPSETs.
+<tt>rm -rf
+/path/to/the/mapset_to_delete</tt>. The <a href="wxGUI.html">wxGUI</a>
+graphical user interface provides options to rename/remove LOCATIONs
+and MAPSETs.
<p>
<IMG SRC="help_loc_struct.png" ALT="[GRASS Location structure]">
@@ -158,13 +160,13 @@
created. You have "arrived" in the GRASS system and can start working
within this new location.
-<h3>B) Create New Location with text screen</h3>
-The "wxgrass" graphical user interface provides a graphical "Location Wizard"
-instead which let's you easily create a new LOCATION. You will be
-guided through a series of dialogues to browse and select
-predefined projections (also via EPSG code) or to define individual
-projections. The rules to define the resolution as described above
-also apply here.
+<h3>B) Create New Location with wxGUI</h3>
+The <a href="wxGUI.html">wxGUI</a> graphical user interface provides a
+graphical "Location Wizard" instead which let's you easily create a
+new LOCATION. You will be guided through a series of dialogues to
+browse and select predefined projections (also via EPSG code) or to
+define individual projections. The rules to define the resolution as
+described above also apply here.
<H2>Further Reading</H2>
Modified: grass/branches/develbranch_6/raster/rasterintro.html
===================================================================
--- grass/branches/develbranch_6/raster/rasterintro.html 2008-11-18 11:29:27 UTC (rev 34361)
+++ grass/branches/develbranch_6/raster/rasterintro.html 2008-11-18 13:14:18 UTC (rev 34362)
@@ -76,7 +76,7 @@
to the current region settings. If those differ from the original map,
the map is resampled on the fly (nearest neighbor algorithm). In other
words, the output will have as many rows and columns as the current region.
-To export maps with various grid spacings(e.g, 500x500 or 200x500), you
+To export maps with various grid spacings (e.g, 500x500 or 200x500), you
can just change the region resolution with <a href="g.region.html">g.region</a>
and then export the map. The resampling is done with nearest neighbor
algorithm in this case. If you want some other form of resampling,
More information about the grass-commit
mailing list