<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
In the latest cvs version of init.php, the layer status is passed with:<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $szLayers .= "map.addLayer(new _layer( { ".<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "name:'".$groupName."',".<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <b>"status:".$status.</b>",".&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;------- name is 'status'<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "opacity:".$opacity.",".....<br>
<br>
but in the latest cvs version of kamap.js, it is accessed with:<br>
<br>
&nbsp;&nbsp;&nbsp; this.visible = (typeof(o.visible) != 'undefined') ? o.visible :
true;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;-------- name is 'visible'<br>
<br>
This, of course, does not work; o.visible is always undefined and
visible is always set to true.<br>
<br>
David<br>
<pre class="moz-signature" cols="72">-- 

David Badke
Humanities Computing and Media Center
University of Victoria, BC, Canada</pre>
</body>
</html>