<!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>
$szLayers .= "map.addLayer(new _layer( { ".<br>
"name:'".$groupName."',".<br>
<b>"status:".$status.</b>",".
<------- name is 'status'<br>
"opacity:".$opacity.",".....<br>
<br>
but in the latest cvs version of kamap.js, it is accessed with:<br>
<br>
this.visible = (typeof(o.visible) != 'undefined') ? o.visible :
true; <-------- 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>