<div><span class="gmail_quote">On 5/1/06, <b class="gmail_sendername">Philip Schuchardt</b> <<a href="mailto:ohc@vt.edu">ohc@vt.edu</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I am drawing a large map and had to in increase the scale from 1:200 to 1:600.<br>Therion seems to scale walls and lines really well but the point symbols stay<br>the same size for any scale. </blockquote><div><br>No, points symbols are scaled, although not linear. In the 1:600 scale they are exactly half the size of symbols in 1:200 scale. 
</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Is there anyway to scale the  point symbols,<br>other then typing -scale tiny |small | normal | large | huge for each point
<br>symbol?<br></blockquote></div><br>If you'd like to have more control, you may use<br>
<br>
1) base-scale command in layout (see thbook)<br>
2) directly change the size of symbols using following code in layout (undocumented and not recommended)<br><br>code metapost<br>  u:=5pt;     %%% or any other value<br><br>Both commands change the apperance of line symbols as well. Map symbols were not yet optimized for different scales (we mostly use 1:200 and 1:2000 / 1:5000 without symbols). Suggestions are welcome.
<br><br>Martin<br><br><br> 
<br>