Summary | Error in lmage link coordinates |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | javier.mestre (at) gmail (dot) com |
Created | 12/05/2007 (6420 days ago) |
Due | |
Updated | 01/10/2009 (6018 days ago) |
Assigned | 12/06/2007 (6419 days ago) |
Resolved | 02/26/2008 (6337 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
....../horde/lib/Horde/NLS/coordinates.php
New Attachment: coordinates.php
....../horde/lib/Horde/NLS/coordinates.php
...............................
$coordinates['Kazakhstan']['49.800:73.150'] = 'Karaganda';
...............................
and add this:
...............................
$coordinates['Kyrgyzstan']['42.522:74.361'] = 'Bishkek';
$coordinates['Kyrgyzstan']['42.312:72.143'] = 'Talas';
$coordinates['Kyrgyzstan']['42.392:77.456'] = 'Cholpon-Ata';
$coordinates['Kyrgyzstan']['40.560:73.000'] = 'Jalal-Abad';
$coordinates['Kyrgyzstan']['40.314:72.472'] = 'Osh';
$coordinates['Kyrgyzstan']['41.254:76.000'] = 'Naryn';
...............................
State ⇒ Resolved
Assigned to Jan Schneider
http://cvs.horde.org/co.php?r=1.62&f=framework%2FFile_PDF%2FPDF.php)
State ⇒ Feedback
fixed in HEAD.
Priority ⇒ 1. Low
State ⇒ Unconfirmed
New Attachment: Tutorial6.zip
Queue ⇒ Horde Framework Packages
Summary ⇒ Error in lmage link coordinates
Type ⇒ Bug
link, but is not.
The solution is to change in the image mthod of File_PDF class the
call to _link
from:
$this->_link($x, $y, $width, $height, $link);
to:
$this->_link($x, $this->hPt-$y, $width, $height, $link);
Thanks in advance