[GRASS-SVN] r34363 - in grass/trunk: lib/init raster

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Nov 18 08:16:49 EST 2008


Author: martinl
Date: 2008-11-18 08:16:49 -0500 (Tue, 18 Nov 2008)
New Revision: 34363

Modified:
   grass/trunk/lib/init/helptext.html
   grass/trunk/raster/rasterintro.html
Log:
wxgrass -> wxGUI
	(merge from devbr6, r34362)


Modified: grass/trunk/lib/init/helptext.html
===================================================================
--- grass/trunk/lib/init/helptext.html	2008-11-18 13:14:18 UTC (rev 34362)
+++ grass/trunk/lib/init/helptext.html	2008-11-18 13:16:49 UTC (rev 34363)
@@ -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/trunk/raster/rasterintro.html
===================================================================
--- grass/trunk/raster/rasterintro.html	2008-11-18 13:14:18 UTC (rev 34362)
+++ grass/trunk/raster/rasterintro.html	2008-11-18 13:16:49 UTC (rev 34363)
@@ -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