#86 closed defect (fixed)
RSS generator doesn't work with northern irish postcodes
Reported by: | David Sheldon | Owned by: | David Sheldon |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Support scripts | Version: | |
Keywords: | Cc: |
Description
my ($lat,$long) = eastingNorthingToLatLong(
$postcode->{easting},$postcode->{northing},$postcode->{grid});
These are undef if the postcode is in northern ireland.
$postcode->{ie_easting},$postcode->{northing} | $postcode->{ie_northing},$postcode->{grid}); |
or something like that.
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in svn a few days ago
Note: See
TracTickets for help on using
tickets.
though that change doesn't work, as $postcode->{grid} doesn't appear to be defined anywhere.