<br>Hi Royce,<div class="im"><br><br>&gt;&gt;1. I have tried doing the legend tree but I can&#39;t seem to make a
numerous layers - just 2 layers then I can&#39;t get to have &gt;&gt;the top most
layer to collapse/minimize. Where or what should should I check to
correct this?<br></div>Can you describe better the problem??<div class="im"><br><br><br><br>&gt;&gt;2. Is there a way to have &quot;zoom limits&quot; on the visibility of a
layer? For example Layer A can only be viewed if the &gt;&gt;map zoom is
1:20,000 or a larger scale? When on zoom extents this layer can&#39;t be
displayed.<br></div>You can use MINSCALE/MAXSCALE  (see <a href="http://mapserver.org/mapfile/layer.html" target="_blank">http://mapserver.org/mapfile/layer.html</a>)<div class="im"><br><br><br>&gt;&gt;3. Also I found some ka-map applications (i forgot which one) wherein
the &quot;Map Info&quot; (particularly the key map) &gt;&gt;and &quot;Legend&quot; are shown
together in one view. How does one do this?<br></div>Take a look at startUp file, you&#39;ll find someting like:<br><br>var myKaLegend = new kaLegend( myKaMap, &#39;legend&#39;, false, legendOptions);<br>var myKaKeymap = new kaKeymap( myKaMap, &#39;keymap&#39; );<br>

<br>as you can see &#39;legend&#39; and &#39;keymap&#39; are the HTML elements where
the keymap and legend will be displayed, so simply change the targhet
div...<div class="im"><br><br><br>&gt;&gt;4. Finally, in line with Mr. Bob Bistrais&#39; question on changing scalebar style, is
there a way to change the layout of &gt;&gt;the pdf output map? Can it be
changed also thru the screen.css?<br></div>Try
to define the scalebar in the mapfile, I&#39;m not shure, but during the
printing the parameters for the scale bar are taken from the mapfile.<br><br>try adding something like this<br>
<br> SCALEBAR<br>  STATUS ON<br>  IMAGECOLOR 255 255 255<br>  COLOR  0 0 0<br>  OUTLINECOLOR 0 0 0<br>   LABEL<br>       COLOR  0 0 0<br>       SIZE tiny<br>    END<br>  UNITS miles<br>  STYLE 1<br>  INTERVALS 5<br>  TRANSPARENT ON<br>

  SIZE 249 15<br>END<br><br>to youre map file<br><br>Ciao<br>         marco<br><div class="gmail_quote">2009/5/25 marco barra <span dir="ltr">&lt;<a href="mailto:marco.barra@gmail.com">marco.barra@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Royce,<div class="im"><br><br>&gt;&gt;1. I have tried doing the legend tree but I can&#39;t seem to make a
numerous layers - just 2 layers then I can&#39;t get to have &gt;&gt;the top most
layer to collapse/minimize. Where or what should should I check to
correct this?<br></div>Can you describe better the problem??<div class="im"><br><br><br><br>&gt;&gt;2. Is there a way to have &quot;zoom limits&quot; on the visibility of a
layer? For example Layer A can only be viewed if the &gt;&gt;map zoom is
1:20,000 or a larger scale? When on zoom extents this layer can&#39;t be
displayed.<br></div>You can use MINSCALE/MAXSCALE  (see <a href="http://mapserver.org/mapfile/layer.html" target="_blank">http://mapserver.org/mapfile/layer.html</a>)<div class="im"><br><br><br>&gt;&gt;3. Also I found some ka-map applications (i forgot which one) wherein
the &quot;Map Info&quot; (particularly the key map) &gt;&gt;and &quot;Legend&quot; are shown
together in one view. How does one do this?<br></div>Take a look at startUp file, you&#39;ll find someting like:<br><br>var myKaLegend = new kaLegend( myKaMap, &#39;legend&#39;, false, legendOptions);<br>var myKaKeymap = new kaKeymap( myKaMap, &#39;keymap&#39; );<br>

<br>as you can see &#39;legend&#39; and &#39;keymap&#39; are the HTML elements where the keymap and legend will be displayed, so simply change the targhet div...<div class="im"><br><br><br>&gt;&gt;4. Finally, in line with Mr. Bob Bistrais&#39; question on changing scalebar style, is
there a way to change the layout of &gt;&gt;the pdf output map? Can it be
changed also thru the screen.css?<br></div>Try to define the scalebar in the mapfile, I&#39;m not shure, but during the printing the parameters for the scale bar are taken from the mapfile.<br><br>try adding something like this<br>

<br> SCALEBAR<br>  STATUS ON<br>  IMAGECOLOR 255 255 255<br>  COLOR  0 0 0<br>  OUTLINECOLOR 0 0 0<br>   LABEL<br>       COLOR  0 0 0<br>       SIZE tiny<br>    END<br>  UNITS miles<br>  STYLE 1<br>  INTERVALS 5<br>  TRANSPARENT ON<br>

  SIZE 249 15<br>END<br><br>to youre map file<br><br>Ciao<br>         marco<br><br><br><div class="gmail_quote">2009/5/25 Royce Eustaquio <span dir="ltr">&lt;<a href="mailto:rgeustaquio@gmail.com" target="_blank">rgeustaquio@gmail.com</a>&gt;</span><br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">Hi there!<br><br>Newbie here and thanks to the wiki page I was able to set up ka-map for our organization. There are a number of things though that I just can&#39;t figure out. Help!<br>

<br>1. I have tried doing the legend tree but I can&#39;t seem to make a numerous layers - just 2 layers then I can&#39;t get to have the top most layer to collapse/minimize. Where or what should should I check to correct this?<br>


<br>2. Is there a way to have &quot;zoom limits&quot; on the visibility of a layer? For example Layer A can only be viewed if the map zoom is 1:20,000 or a larger scale? When on zoom extents this layer can&#39;t be displayed.<br>



<br>3. Also I found some ka-map applications (i forgot which one) wherein the &quot;Map Info&quot; (particularly the key map) and &quot;Legend&quot; are shown together in one view. How does one do this?<br><br>4. Finally, in line with Mr. Bob Bistrais&#39; question on changing scalebar style, is
there a way to change the layout of the pdf output map? Can it be
changed also thru the screen.css?<br><br>Thank you very much!<br><br>Regards,<br><font color="#888888">Royce<br>
</font><br></div></div>_______________________________________________<br>
ka-Map-users mailing list<br>
<a href="mailto:ka-Map-users@lists.maptools.org" target="_blank">ka-Map-users@lists.maptools.org</a><br>
<a href="http://lists.maptools.org/mailman/listinfo/ka-map-users" target="_blank">http://lists.maptools.org/mailman/listinfo/ka-map-users</a><br>
<br></blockquote></div><br>
</blockquote></div><br>