<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
{mso-style-name:msonormal;
mso-margin-top-alt:auto;
margin-right:0cm;
mso-margin-bottom-alt:auto;
margin-left:0cm;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
span.apple-converted-space
{mso-style-name:apple-converted-space;}
span.EmailStyle19
{mso-style-type:personal;
font-family:"Calibri",sans-serif;
color:windowtext;}
span.EmailStyle21
{mso-style-type:personal-compose;
font-family:"Calibri",sans-serif;
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-NZ link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='mso-fareast-language:EN-US'>To expand on Martin’s example, there is perhaps a little more to it.<o:p></o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-US'>Refer to pg 106 of Therion Book</span><span lang=EN-US><o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Such an area could be defined in your scrap drawing by a line border subtype invisible. <o:p></o:p></p><p class=MsoNormal>The area will be called u:filled<o:p></o:p></p><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>And definition of colour is identical as definition of blue water in wiki of Therion.<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><div><p class=MsoNormal>So, for an area u:filled, include in your layout…<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>code metapost<o:p></o:p></p></div><div><p class=MsoNormal> def a_u_filled (expr p) =<o:p></o:p></p></div><div><p class=MsoNormal> T:=identity;<o:p></o:p></p></div><div><p class=MsoNormal> thfill p withcolor (0.6, 0.8, 1);<o:p></o:p></p></div><div><p class=MsoNormal> enddef; %define the area symbol called filled<o:p></o:p></p></div></div><div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal> initsymbol("a_u_filled") %initialise the area symbol called filled<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal> def a_u_filled_legend =<o:p></o:p></p><p class=MsoNormal> a_u_filled<oops, I cannot find the code for this right now, but it should be simple – fills box with colour><o:p></o:p></p><p class=MsoNormal> enddef; %to include the u:filled symbol in the legend<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><span lang=FR>endcode<o:p></o:p></span></p><p class=MsoNormal><span lang=FR><o:p> </o:p></span></p></div><div><p class=MsoNormal>To select a colour definition you could refer to <o:p></o:p></p><p class=MsoNormal><a href="https://therion.speleo.sk/wiki/tips#rgb_to_therion_colour_mapping_calculator">https://therion.speleo.sk/wiki/tips#rgb_to_therion_colour_mapping_calculator</a><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>And to define the text you want to appear in the legend, include this in your thconfig…<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>text en “area u:filled” “filled passage”<o:p></o:p></p><p class=MsoNormal>text de “area u:filled” “german words for filled passage”<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Bruce<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div></div></body></html>