encoding  utf-8

source  "CJ_LaBarca.th"

export map -layout std_report -layout elevation -layout-map-header 0 0 off -o CJ_LaBarcaElevation.pdf -proj extended 
export map -layout std_report -layout plan -o CJ_LaBarca.pdf -proj plan 



input ..\..\..\..\XTherionFiles\_translations.txt  # custom Spanish translations for legend
input ..\..\..\..\XTherionFiles\_layouts.mp        # Allows scaling of Photos and makes water blue
input ..\..\..\..\XTherionFiles\_globallayouts.thc #allows the same symbols to be used across all surveys


layout elevation
grid-coords border  
  grid bottom               #behind the cave
  grid-size 10 10 10 meters 
endlayout

layout plan
  copy custom_border
  grid bottom               #behind the cave
  grid-size 25 25 25 meters #one line every x metres of depth
  rotate 90  
  map-header -20 -10 n
  map-image -25 80 n ..\..\..\..\XTherionFiles\TCP.png
  map-image 45 -100 n CJ_LaBarcaElevation.pdf
endlayout

layout std_report
  symbol-show group sections
  symbol-show line section
  copy custom_flowstone
  copy custom_water_blue  
  copy custom_scalebar
  legend off
  symbol-set BCRA
  symbol-hide group centerline
  symbol-show point station
  debug station-names  
  colour map-fg [97 86 38] #pale yellow
  #color map-fg altitude
  scale 1 500
  north grid
  scale-bar 20 m

  
  statistics topo off # hiding individual survey members, replaced with Tresviso Caves Project in the map-comment below

map-comment "Plan & Extended Elevation<br><br>Tresviso Caves Project<br><br>BCRA Grade 5D (except where stated)<br>Data: cave-registry.org.uk/svn/Andara"
doc-author   "Tresviso Caves Project"
doc-keywords "xxx"
doc-subject  "xxx 2024"
doc-title    "xxx  2024"


endlayout