[GRASS-SVN] r45417 - grass/branches/develbranch_6/ps/ps.map
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Feb 17 08:14:09 EST 2011
Author: hamish
Date: 2011-02-17 05:14:09 -0800 (Thu, 17 Feb 2011)
New Revision: 45417
Modified:
grass/branches/develbranch_6/ps/ps.map/do_geogrid.c
Log:
comment fix, add fixme note
Modified: grass/branches/develbranch_6/ps/ps.map/do_geogrid.c
===================================================================
--- grass/branches/develbranch_6/ps/ps.map/do_geogrid.c 2011-02-17 12:29:07 UTC (rev 45416)
+++ grass/branches/develbranch_6/ps/ps.map/do_geogrid.c 2011-02-17 13:14:09 UTC (rev 45417)
@@ -170,8 +170,8 @@
set_rgb_color(PS.geogrid_numbers_color);
first = 1;
- /* horizontal grid numbers
- * these numbers only appear on the left edge of the first panel.
+ /* vertical grid numbers
+ * these numbers only appear on the right edge
* center the numbers on each grid line.
* suppress number if it falls off the map or would overlay the previous
* label
@@ -216,7 +216,7 @@
}
}
- /* vertical grid numbers
+ /* horizontal grid numbers along the bottom
* center the numbers on each grid line.
* suppress number if it falls of the map or would overlay the previous
* label
@@ -409,6 +409,7 @@
G_fatal_error(_("Error in pj_do_proj"));
if (par == 1) {
+/* FIXME: something isn't quite right here- stuck at NE corner's longitude */
/* lines of latitude -- const. northing */
/* convert correct UTM to ll */
if (pj_do_proj(&x, &y, &info_out, &info_in) < 0)
More information about the grass-commit
mailing list