[Chameleon-dev] [Bug 1506] [Chameleon-Widget]Add support to JSAPI and variable map sizes to PanMap widget

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Tue Jun 20 15:52:45 EDT 2006


http://bugzilla.maptools.org/show_bug.cgi?id=1506

nsavard at mapgears.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From nsavard at mapgears.com  2006-06-20 15:52 -------
Fixed.  Comitted Liz's patch with the following modifications:

(around line 418)

    //point clicked instead
    if (Math.abs(nFirstPointX-nLastPointX) <= nTolerance &&
Math.abs(nFirstPointX-nLastPoint) <= nTolerance) {
       ...
    }

to:

    //point clicked instead
    if (Math.abs(nFirstPointX-nLastPointX) <= nTolerance &&
Math.abs(nFirstPointY-nLastPointY) <= nTolerance) {
       ...
    }

And changed (around line 385):
$szErrorMsg = $this->moMLT->get("0", "When using the PanMap Widget, you should
click on the map, hold the mouse down and then drag.");

to:
$szErrorMsg = $this->moMLT->get( $this->mszWidgetName, '0',
    'When using the PanMap Widget, you should click on the map, hold the '.
    'mouse down and then drag.' );






------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Please do NOT reply to this email, use the link above instead to 
login to bugzilla and submit your comment. Any email reply to this
address will be lost.


More information about the Chameleon-dev mailing list