<!DOCTYPE html>
<html><head>
<meta charset="UTF-8">
</head><body><p>Hi<br></p><p>I got the answer for rotation XVI file already from Stephen Clark.<br>In the end it's easy and as Alastair also mentioned:<br>export map -fmt xvi -proj [elevation 45 deg] -o ....<br></p><p>Concerning the questions from Bruce:<br>1. Ground profile<br>You have to export a kml file from your passages. But only these survey lines you would like to have the surface profile from.<br>There is a website where you can transform this kml data to surface data. You will get an endless list with stations and added surface altitude. The website is <a href="http://www.gpsvisualizer.com">www.gpsvisualizer.com</a><br>I can't remember how to get the final file but there was still some work to do on that file.<br>In the end you need a file like this to generate a XVI file from that:<br>survey<br> centreline<br> date ....<br> cs lat-long<br> walls off<br> mark temporary<br> flags surface<br> fix 1 44.1234567 1.345678 123.4<br> .... more fix stations ....<br> data nosurvey from to<br> 1 2<br> 2 3<br> .....<br> endcentreline<br>endsurvey<br></p><p>2. Code for the surface line:<br>scrap<br> line wall -id surface_line -outline none -clip off<br> ...<br> endline<br> line border -id lower_line -subtype invisible -clip off<br> ...<br> endline<br> area u:surface_grey -clip off<br> surface_line<br> lower_line<br> endarea<br>endscrap<br></p><p>The code for area surface_grey is attached to this mail.<br>(I'm not realy sure anymore about all the "-clip off" !?)<br></p><p>3. Text boxes and layout changes<br>This is a bit more complex. I will put this infos into an extra email later.<br>Just give me some time to sort it out and to make it "readable" for everyone.<br></p><p>regards,<br>Torsten<br></p><p><br></p><blockquote type="cite">Bruce Mutton <bruce@tomo.co.nz> hat am 25. November 2019 um 02:32 geschrieben: <br> <br><div class="ox-8eeae0c03c-WordSection1"><p>I like your map Torsten.<br>I hope Alistair’s solution is what you were looking for.<br>I have some questions so that I might make such a nice map.</p><ol type="1" start="1"><li>How did you obtain the ground profile? I presume you may have walked it with a gps to obtain ‘real’ survey data or extracted it from Google Earth.</li><li>I like the line you used for the ground profile. Would you share the code for that?</li><li>I like the layout of the text information boxes. Would you share an example of the code for those? (cave name, location, surveyed, thanks, exploration history)</li></ol><p>Regards<br>Bruce</p><p> </p><p> </p></div></blockquote><p class="default-style"><br> </p><blockquote type="cite">_______________________________________________ <br>Therion mailing list <br>Therion@speleo.sk <br>https://mailman.speleo.sk/listinfo/therion <br></blockquote><p class="default-style"><br> </p></body></html>