<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body> 
  <div class="default-style">
    Hi all 
  </div> 
  <div class="default-style">
      
  </div> 
  <div class="default-style">
    Is it possible to export a kml file from the survey data including the LRUD data? 
  </div> 
  <div class="default-style">
      
  </div> 
  <div class="default-style">
    I use this code to get a kml file which is only the survey line then: 
   <br>   export model -fmt kml -o filename.kml 
  </div> 
  <div class="default-style">
    But what I want to get is a kml like the xvi file where you have not only the line plot but also the left and right messurements. So you can see better the dimension of the cave passage. 
   <br>This is the xvi export from survey data with LRUD and I want to get a similar output as a kml file: 
  </div> 
  <div class="default-style"> 
   <img class="aspect-ratio" style="max-width: 100%;" src="cid:4e05f08bdf854cd18a128ff9a04a6c5d@open-xchange.com" alt=""> 
  </div> 
  <div class="default-style">
      
  </div> 
  <div class="default-style">
    I know once you have drawn the the walls for the cave map you can export this map to a kml file. 
   <br>But I want to get a kml file with LRUD just from the survey data (without drawn any line for a map). 
  </div> 
  <div class="default-style">
      
  </div> 
  <div class="default-style">
    Thanks for your help. 
   <br>Cheers, Torsten 
  </div> 
  <div class="default-style">
      
  </div> 
 </body>
</html>