Hi everyone, here&#39;s a newbie question:<br><br>I&#39;m using mapserver with ka-map and I have different layers in a unique mapfile. I want to set ONE of this layers always visible, without possibility to turn off (deactivate) it. For this purpose I thought the STATUS tag on this LAYER was the solution: Status DEFAULT to turn on this layer permanently... but it didn&#39;t work.<br>
<br>This is the code of the always-turn-on layer:<br><br>LAYER <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; NAME &quot;ambits&quot;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; METADATA<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;DESCRIPTION&quot; &quot;Ámbitos catalanes&quot;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; GROUP &quot;BASE&quot;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TYPE LINE<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; STATUS DEFAULT<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CONNECTIONTYPE postgis<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CONNECTION &quot;host=*** dbname=*** user=*** password=*** port=5432 options=&#39;-c client_encoding=LATIN1&#39;&quot;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; DATA &quot;the_geom from car_aft_line&quot;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; NAME &#39;Ambits&#39;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; COLOR 143 143 143<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; END<br><br>With this code I can turn on/turn off this layer... so what&#39;s the problem? (the other layers seems to behave properly well)<br>
<br>Thanks a lot!<br clear="all"><br>-- <br>Emilio