<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hello,</p>
<div class="moz-cite-prefix">25.11.2024 20:03, Bill Gee пишет:<br>
</div>
<blockquote type="cite"
cite="mid:fcfc9ae9-307d-4e8b-ac9a-1f1eba9934d9@campercaver.net">My
understanding it that this requires making two sets of centerline
data, then creating a survey for each set. One of the data sets
is for that part of the cave which has walls/scraps and the other
is for the remainder of the cave.
<br>
<br>
The thconfig file is set up with only one survey/endsurvey
section. I think this also would have to change into two
sections.
<br>
<br>
Is this correct?
<br>
</blockquote>
<p>No. <span class="HwtZe" lang="en"><span class="jCAhz ChMk0b"><span
class="ryNqvb">Usually each results of real survey trip is
added to cave centerline as a separate block of
`survey...endsurvey`, and then it can be displayed on a map
either with walls or as a </span></span></span><span
class="HwtZe" lang="en"><span class="jCAhz ChMk0b"><span
class="ryNqvb">centerline</span></span></span><span
class="HwtZe" lang="en"><span class="jCAhz ChMk0b"><span
class="ryNqvb">.</span></span></span></p>
<p><span class="HwtZe" lang="en"><span class="jCAhz ChMk0b"><span
class="ryNqvb">The map may contain both surveys and other
maps</span></span></span><span class="HwtZe" lang="en"><span
class="jCAhz ChMk0b"><span class="ryNqvb">.</span></span></span></p>
<blockquote type="cite"
cite="mid:fcfc9ae9-307d-4e8b-ac9a-1f1eba9934d9@campercaver.net">
<br>
The cave I want to do this for has all centerline data in one big
file. It would be a huge pain to separate that into two files.
Even more of a pain would be moving the data as sketching is
completed.
<br>
</blockquote>
<p><span class="HwtZe" lang="en"><span class="jCAhz ChMk0b"><span
class="ryNqvb">In this case there will be only one "survey"
of whole cave.</span></span></span></p>
<p><span class="HwtZe" lang="en"><span class="jCAhz ChMk0b"><span
class="ryNqvb">For maps covered with scraps (walls) only
partially I use the following method</span></span></span></p>
<p><font face="monospace">=============</font></p>
<p><font face="monospace">input cave.th # your centerline as is<br>
</font> <font face="monospace"><br>
map my_centerline<br>
survey1.cave<br>
survey2.cave<br>
</font> <font face="monospace"><br>
# OR (if no subsurveys exists)<br>
</font> <font face="monospace"><br>
cave<br>
endmap<br>
</font>
</p>
<p><font face="monospace">input map1.th2<br>
input map2.th2<br>
</font> <font face="monospace"><br>
map my_whole_map<br>
map1<br>
map2<br>
endmap<br>
</font> <font face="monospace"><br>
map my_whole_map_WIP<br>
my_whole_map<br>
break<br>
my_centerline<br>
endmap</font></p>
<p><font face="monospace">
=============</font><br>
</p>
<p><br>
</p>
<p></p>
<pre class="moz-signature" cols="72">--
WBR, Vasily</pre>
</body>
</html>