<br>Hi Royce,<div class="im"><br><br>>>1. I have tried doing the legend tree but I can't seem to make a
numerous layers - just 2 layers then I can't get to have >>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>>>2. Is there a way to have "zoom limits" 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'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>>>3. Also I found some ka-map applications (i forgot which one) wherein
the "Map Info" (particularly the key map) >>and "Legend" are shown
together in one view. How does one do this?<br></div>Take a look at startUp file, you'll find someting like:<br><br>var myKaLegend = new kaLegend( myKaMap, 'legend', false, legendOptions);<br>var myKaKeymap = new kaKeymap( myKaMap, 'keymap' );<br>
<br>as you can see 'legend' and 'keymap' are the HTML elements where
the keymap and legend will be displayed, so simply change the targhet
div...<div class="im"><br><br><br>>>4. Finally, in line with Mr. Bob Bistrais' 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></div>Try
to define the scalebar in the mapfile, I'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"><<a href="mailto:marco.barra@gmail.com">marco.barra@gmail.com</a>></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>>>1. I have tried doing the legend tree but I can't seem to make a
numerous layers - just 2 layers then I can't get to have >>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>>>2. Is there a way to have "zoom limits" 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'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>>>3. Also I found some ka-map applications (i forgot which one) wherein
the "Map Info" (particularly the key map) >>and "Legend" are shown
together in one view. How does one do this?<br></div>Take a look at startUp file, you'll find someting like:<br><br>var myKaLegend = new kaLegend( myKaMap, 'legend', false, legendOptions);<br>var myKaKeymap = new kaKeymap( myKaMap, 'keymap' );<br>
<br>as you can see 'legend' and 'keymap' are the HTML elements where the keymap and legend will be displayed, so simply change the targhet div...<div class="im"><br><br><br>>>4. Finally, in line with Mr. Bob Bistrais' 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></div>Try to define the scalebar in the mapfile, I'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"><<a href="mailto:rgeustaquio@gmail.com" target="_blank">rgeustaquio@gmail.com</a>></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't figure out. Help!<br>
<br>1. I have tried doing the legend tree but I can't seem to make a numerous layers - just 2 layers then I can'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 "zoom limits" 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't be displayed.<br>
<br>3. Also I found some ka-map applications (i forgot which one) wherein the "Map Info" (particularly the key map) and "Legend" are shown together in one view. How does one do this?<br><br>4. Finally, in line with Mr. Bob Bistrais' 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>