Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Geo-ShapeFile CPAN distribution.

Report information
The Basics
Id: 63347
Status: resolved
Priority: 0/
Queue: Geo-ShapeFile

People
Owner: SLAFFAN [...] cpan.org
Requestors: liam.gretton [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.52
Fixed in: 2.54



Subject: y ordinate incorrect in lower_left_corner() and upper_right_corner()
The x_min(), y_min() methods return the bottom left corner values; x_max(), y_max() return the upper right values. Exactly as expected. However lower_left_corner() returns x_min(), y_max() instead of x_min(), y_min() and upper_right_corner() returns x_max(), y_min() instead of x_max(), y_max(). I haven't checked the methods for the other two corners. I guess this is related to the issue reported in bug 46068? I'm using Perl 5.10.0 on x64 openSUSE 11.1.
From: liam.gretton [...] gmail.com
Apologies, I misreported the Geo::ShapeFile version number. I'm using 2.52.
Hello Liam, This will be fixed in 2.53. See https://github.com/shawnlaffan/Geo-ShapeFile/issues/3 for progress. Regards, Shawn. On Fri Nov 26 05:13:28 2010, https://www.google.com/accounts/o8/id?id=AItOawmzDbEQu-PdGZyvBAw3MauzHLE9GCrz8C0 wrote: Show quoted text
> Apologies, I misreported the Geo::ShapeFile version number. I'm using 2.52.
Fixed in 2.54 (2.53 was a series of dev releases). On Sun Feb 09 03:08:58 2014, SLAFFAN wrote: Show quoted text
> Hello Liam, > > This will be fixed in 2.53. > > See https://github.com/shawnlaffan/Geo-ShapeFile/issues/3 for > progress. > > Regards, > Shawn. > > On Fri Nov 26 05:13:28 2010, > https://www.google.com/accounts/o8/id?id=AItOawmzDbEQu- > PdGZyvBAw3MauzHLE9GCrz8C0 wrote:
> > Apologies, I misreported the Geo::ShapeFile version number. I'm using > > 2.52.