Hi all,
I just added some a few lines to my kaTool.js keypress function.
case 43: //ascii +
this.kaMap.zoomIn();
break;
case 61: //ascii =
this.kaMap.zoomIn();
break;
This allows me to zoom in without having to press shift :). Might want
to add this to the cvs version
Cheers,
Wayne