<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body><div>Beni</div><div>I think that I tend to arrange my projects as you have described. </div><div>Are you using the 'break' statement in map definitions to enforce the separation of different levels within the cave?</div><div>If you are, you should not experience random rendering, and it will solve your problem most of the time. </div><div>The situation where it fails is when one of your regions is generaly lower than another, but there is for example one piece that is higher than and overlaps that other region. </div><div>In this situation I think that we have to rearrange the map structure (just locally), which is, I admit, philosophically painful. </div><div><br></div><div>Have I understood your original correctly? </div><div>Bruce</div><div><br></div><div id="composer_signature"><div style="font-size:85%;color:#575757" dir="auto">Sent from my Samsung Galaxy smartphone.</div></div><div><br></div><div style="font-size:100%;color:#000000"><!-- originalMessage --><div>-------- Original message --------</div><div>From: Benedikt Hallinger <beni@hallinger.org> </div><div>Date: 31/05/19  01:54  (GMT+12:00) </div><div>To: List for Therion users <therion@speleo.sk> </div><div>Subject: [Therion] Sorting scraps/maps by height in default mode </div><div><br></div></div>Hello there,<br>i have a very large dataset here. It is organised by regions like this <br>(but much more leaf objects and regions):<br><br>=====snip=====<br>- survey TheCave<br>   - survey RegionWest<br>     - survey 1<br>     - survey 3<br>     - survey 5<br>   - survey RegionEast<br>     - survey 2<br>     - survey 4<br>     - survey 6<br>=====snap=====<br><br>I currently work from bottom to up, that is i draw the individual <br>surveys as scraps, based on original material (sometimes they are really <br>large and cosnsist of several many scraps).<br><br>In each of they leaf surveys (the numbered ones) i make by convention a <br>map called "<n>-Hauptplan". The main idea is that every leaf survey can <br>be treaten modular and that i can compile varoius maps at upper levels <br>(i.e regions).<br><br>Currently, the regions have no "<region>-Hautplan". When i use "select <br>RegionWest.TheCave", therion is instructed to select all scraps below <br>it. For the most part, this works like intendet and the overlappings are <br>calculated correctly. There are some places however, where the upper <br>part of the passage is rendered below the lower part, which is wrong. <br>This is with about 10-15% of the passages (so most is already ok).<br><br>I know from the manuals that therion does this "randomly" so there is no <br>real way to adjust this from my perspective (placing the "input 2.th" <br>command in the region.th file, wich then inputs the scraps etc, lower in <br>the list does not help - it seems random where it is).<br>I think, however, that it would be a very great addition, if there would <br>be some code in the renderer, that sorts the vertical presentation of <br>the scraps/maps by average altitude of said scrap/map, and that this <br>behavior is controllable by some configuration (cmdline option, or even <br>better, thconfig parameter).<br>=> Is there maybe already something hidden like this i don't know so <br>far?<br>That would be very great, because when i look at the dataset, i face <br>about 30-50 hours producing correctly manually sorted handcrafted maps <br>at the region level...<br><br><br>Sincerely, Beni<br>_______________________________________________<br>Therion mailing list<br>Therion@speleo.sk<br>https://mailman.speleo.sk/listinfo/therion<br></body></html>