[GRASS-SVN] r58868 - grass/branches/releasebranch_6_4/raster/r.li/r.li.setup
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Feb 3 14:00:49 PST 2014
Author: hamish
Date: 2014-02-03 14:00:49 -0800 (Mon, 03 Feb 2014)
New Revision: 58868
Modified:
grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/r.li.setup.main
Log:
message cosmetics (merge from devbr6)
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/description.html 2014-02-03 21:57:36 UTC (rev 58867)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/description.html 2014-02-03 22:00:49 UTC (rev 58868)
@@ -14,14 +14,14 @@
Definition of region for analysis:
<ul>
-<li> Whole maplayer: entire map (current region),
+<li> Whole map layer: entire map (current region),
<li> Keyboard setting: based on keyboard selection for region definition,
<li> Draw the sampling frame: based on interactive region selection via mouse.
</ul>
Definition of creation of sampling area:
<ul>
-<li> Whole maplayer: use entire area selected above,
+<li> Whole map layer: use entire area selected above,
<li> Regions: select one to many subareas via mouse,
<li> Sample units: automated selection of sampling area (for details see below)
<ul>
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/r.li.setup.main
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/r.li.setup.main 2014-02-03 21:57:36 UTC (rev 58867)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/r.li.setup.main 2014-02-03 22:00:49 UTC (rev 58868)
@@ -88,7 +88,7 @@
frame $widget.samplingArea.choice
pack $widget.samplingArea.choice
set selection ""
- radiobutton $widget.samplingArea.choice.whole -text "Whole maplayer" -relief flat -variable selection -value whole -width 40 -anchor w
+ radiobutton $widget.samplingArea.choice.whole -text "Whole map layer" -relief flat -variable selection -value whole -width 40 -anchor w
radiobutton $widget.samplingArea.choice.regions -text "Regions" -relief flat -variable selection -value regions -width 40 -anchor w
radiobutton $widget.samplingArea.choice.units -text "Sample units" -relief flat -variable selection -value units -width 40 -anchor w
radiobutton $widget.samplingArea.choice.window -text "Moving window" -relief flat -variable selection -value window -width 40 -anchor w
@@ -130,7 +130,7 @@
pack $widget.samplingFrame.choice
# choice selection
set selection ""
- radiobutton $widget.samplingFrame.choice.whole -text "Whole maplayer" -relief flat -variable selection -value whole -width 25 -anchor w
+ radiobutton $widget.samplingFrame.choice.whole -text "Whole map layer" -relief flat -variable selection -value whole -width 25 -anchor w
radiobutton $widget.samplingFrame.choice.keyboard -text "Keyboard setting" -relief flat -variable selection -value keyboard -width 25 -anchor w
radiobutton $widget.samplingFrame.choice.mouse -text "Draw the sampling frame" -relief flat -variable selection -value mouse -width 25 -anchor w
pack $widget.samplingFrame.choice.whole $widget.samplingFrame.choice.keyboard $widget.samplingFrame.choice.mouse
More information about the grass-commit
mailing list