[GRASS5] [bug #2571] (grass) Illegal Latitude for North if in Southern Hemisphere.

this bug's URL: http://intevation.de/rt/webrt?serial_num=2571
-------------------------------------------------------------------------

Subject: Illegal Latitude for North if in Southern Hemisphere.

Platform: GNU/Linux/i386
grass obtained from: Other (CDROM etc)
grass binary for platform: Debian package
GRASS Version: 5.0.3

   if (cellhd->north > 90.0)
- return ("Illegal latitude for North");
+ return (_("Illegal latitude for North"));

Lattitudes:

north: 29:15S
south: 29:30S

The above (valid) Southern Hemisphere Latitudes appear to be illegal.

Dave Coventry

-------------------------------------------- Managed by Request Tracker

Request Tracker wrote:

this bug's URL: http://intevation.de/rt/webrt?serial_num=2571

Subject: Illegal Latitude for North if in Southern Hemisphere.

Lattitudes:

north: 29:15S
south: 29:30S

The above (valid) Southern Hemisphere Latitudes appear to be illegal.

In what context?

In a lat-lon location, typing:

  g.region n=29:15S s=29:30S

works fine for me.

--
Glynn Clements <glynn.clements@virgin.net>