[ka-Map-dev] [Bug 1679] Right click - KAMAP_CONTEXT_MENU

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Thu Mar 15 15:05:43 EST 2007


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





------- Additional Comments From dave at smartrak.co.nz  2007-03-15 15:05 -------
kaTool still has adjustPixPosition and it is a pass through to
this.kaMap.adjustPixPosition, didn't quite explain this correctly in my post.
Check near the end of the patch:
 kaTool.prototype.adjustPixPosition = function( x, y ) {
-    *alot of code*
+    return this.kaMap.adjustPixPosition(x, y);
 };

Existing kaTools don't need any modification as they are still calling the same
function. It would be good for code cleanliness to change them to call
kaMap.adjustPixPosition directly however.



------- 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 ka-Map-dev mailing list