[ka-Map-users] problem with IE
Luca Delucchi
lucadeluge at gmail.com
Wed Oct 22 02:58:43 EDT 2008
Hi, thisi is my first post, I'm luca delucchi a italian user of GIS
free and open source.
I'm doing a web application but when i try it on IE i have this problem:
Incorrect nb of arguments for instance kaQuery. Delay will be set by
default to 500 ms.
i think the problem is here
function kaQuery( oKaMap, type ) {
kaTool.apply( this, [oKaMap] );
this.type = type;
// ********************** ADDED BY SEBASTIEN ROCH
***************************
if(this.type == KAMAP_MOUSE_STOPPED){
this.bInfoTool = true;
// check arguments
if(arguments.length == 3){
this.delay = arguments[2];
} else {
alert("Incorrect nb of arguments for instance kaQuery. Delay
will be set by default to 500ms");
this.delay = 500;
}
}
thank's
Luca
More information about the ka-Map-users
mailing list