[ka-Map-users] problem with IE
Lorenzo Becchi
lorenzo at ominiverdi.com
Tue Nov 4 10:43:01 EST 2008
Luca, have you tried to configure KAMAP_MOUSE_STOPPED?
lorenzo
Luca Delucchi wrote:
> 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
> _______________________________________________
> ka-Map-users mailing list
> ka-Map-users at lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/ka-map-users
>
>
More information about the ka-Map-users
mailing list