<div dir="ltr">Thanks Tarquin!<br><div>It worked!</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jun 30, 2020 at 11:45 PM Tarquin Wilton-Jones via Therion <<a href="mailto:therion@speleo.sk">therion@speleo.sk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Your problem is the order of your statements:<br>
<br>
layout local<br>
symbol-hide group centerline<br>
symbol-set UIS<br>
<br>
These directives are processed in order, so if the second one overrides<br>
the symbol hiding, it will win. "symbol-set UIS" includes centreline<br>
symbols defined as a line. It is defined second, so it overrides the<br>
line before it. You need to swap the lines around:<br>
<br>
layout local<br>
symbol-set UIS #overall symbol set<br>
symbol-hide group centerline #override specifics<br>
<br>
In the same way, your .thconfig file's "layout local" says "copy<br>
LayoutScalebar1".<br>
I guess that is defined in:<br>
F:\Omri\Therion\Layout\StdFiles\LayoutStandards.thc<br>
<br>
You did not share that file, so I cannot be certain if it also could<br>
cause problems. You copy that layout *after* you set the symbol-hide. If<br>
LayoutScalebar1 overrides the symbol hiding, it will win. This is risky:<br>
<br>
layout local<br>
symbol-hide group centerline<br>
...<br>
copy LayoutScalebar1<br>
<br>
This is better:<br>
<br>
layout local<br>
copy LayoutScalebar1<br>
symbol-hide group centerline<br>
<br>
This is probably not causing problems in your particular case, but this<br>
is why I always do my "copy" statements first, then the local layout<br>
settings afterwards, so I never bump into this kind of hidden problem.<br>
<br>
Hope this helps.<br>
<br>
Tarquin<br>
_______________________________________________<br>
Therion mailing list<br>
<a href="mailto:Therion@speleo.sk" target="_blank">Therion@speleo.sk</a><br>
<a href="https://mailman.speleo.sk/listinfo/therion" rel="noreferrer" target="_blank">https://mailman.speleo.sk/listinfo/therion</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="rtl" class="gmail_signature"><div dir="ltr"><div dir="rtl">בברכה,</div><div dir="rtl">עמרי גסטר</div><div dir="rtl">052-6124995</div></div></div>