[ka-Map-users] Re: bug in iframe.html - it ignores "layers"
parameter
Ravi
ravikapoor101 at gmail.com
Sat Dec 9 12:54:26 EST 2006
Since in a rush I could not find where the layers were being created. I
forced the layers' default visiibility to be off by changing following
one line (line no 2136 in kaMap.js). This is a hack, I am sure you can
do better than this.
***********************
//this.visible = (typeof(o.visible) != 'undefined') ? o.visible : true;
this.visible = false;
***********************
- Ravi
Paul Spencer wrote:
> Ravi,
>
> can you send a patch or at least some code snippets that show your changes?
>
> Paul
>
More information about the ka-Map-users
mailing list