Changeset 34362


Ignore:
Timestamp:
Nov 18, 2008, 5:14:18 AM (16 years ago)
Author:
martinl
Message:

wxgrass -> wxGUI

Location:
grass/branches/develbranch_6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • grass/branches/develbranch_6/lib/init/helptext.html

    r30972 r34362  
    3939subdirectory. New MAPSET can be added at GRASS startup. To remove a
    4040MAPSET, remove it's directory using your file manager or by <br>
    41 <tt>rm -rf /path/to/the/mapset_to_delete</tt>. The 'wxgrass' graphical
    42 user interface provides options to rename/remove LOCATIONs and MAPSETs.
     41<tt>rm -rf
     42/path/to/the/mapset_to_delete</tt>. The <a href="wxGUI.html">wxGUI</a>
     43graphical user interface provides options to rename/remove LOCATIONs
     44and MAPSETs.
    4345
    4446<p>
     
    159161within this new location.
    160162
    161 <h3>B) Create New Location with text screen</h3>
    162 The "wxgrass" graphical user interface provides a graphical "Location Wizard"
    163 instead which let's you easily create a new LOCATION. You will be
    164 guided through a series of dialogues to browse and select
    165 predefined projections (also via EPSG code) or to define individual
    166 projections. The rules to define the resolution as described above
    167 also apply here.
     163<h3>B) Create New Location with wxGUI</h3>
     164The <a href="wxGUI.html">wxGUI</a> graphical user interface provides a
     165graphical "Location Wizard" instead which let's you easily create a
     166new LOCATION. You will be guided through a series of dialogues to
     167browse and select predefined projections (also via EPSG code) or to
     168define individual projections. The rules to define the resolution as
     169described above also apply here.
    168170
    169171
  • grass/branches/develbranch_6/raster/rasterintro.html

    r34335 r34362  
    7777the map is resampled on the fly (nearest neighbor algorithm). In other
    7878words, the output will have as many rows and columns as the current region.
    79 To export maps with various grid spacings(e.g, 500x500 or 200x500), you
     79To export maps with various grid spacings (e.g, 500x500 or 200x500), you
    8080can just change the region resolution with <a href="g.region.html">g.region</a>
    8181and then export the map. The resampling is done with nearest neighbor
Note: See TracChangeset for help on using the changeset viewer.