[GRASS-SVN] r37258 - grass/branches/develbranch_6/gui/tcltk/gis.m
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 18 07:22:31 EDT 2009
Author: hamish
Date: 2009-05-18 07:22:28 -0400 (Mon, 18 May 2009)
New Revision: 37258
Modified:
grass/branches/develbranch_6/gui/tcltk/gis.m/mapcanvas.tcl
Log:
comment cleanup
Modified: grass/branches/develbranch_6/gui/tcltk/gis.m/mapcanvas.tcl
===================================================================
--- grass/branches/develbranch_6/gui/tcltk/gis.m/mapcanvas.tcl 2009-05-18 10:46:50 UTC (rev 37257)
+++ grass/branches/develbranch_6/gui/tcltk/gis.m/mapcanvas.tcl 2009-05-18 11:22:28 UTC (rev 37258)
@@ -112,8 +112,10 @@
# zoom_attrs used in g.region command to set WIND file
variable zoom_attrs
set zoom_attrs {n s e w nsres ewres rows cols}
- variable ll_proj ;# 1 if it's Lat/Lon projection, 0 othervise
+ # ll_proj is 1 for a Lat/Lon projection, 0 othervise
+ variable ll_proj
+
# string with region information to show in status bar
variable regionstr
More information about the grass-commit
mailing list