encoding utf-8 source SlopingHoleIndex.th # Change name to the main therion file #Surveys to output #----------------- select SlopingHoleIndex export map -proj plan -layout local -o Output/SlopingHoleIndex.pdf #produces plan of cave, on a single sheet #export map -proj extended -layout local -layout elevation -o Output/SlopingHoleIndexEe.pdf #export map -o Output/SlopingHoleIndex.kml export model -fmt survex -o Output/SlopingHoleIndex.3d #Survex file showing centre line only #export model -o Output/SlopingHoleIndex.lox #3d therion model to be viewed in the therion viewer #export map -proj plan -o Output/SlopingHoleIndex_Walls.3d #Survex file showing walls only layout elevation base-scale 1 100 map-header 80 95 nw scale 1 80 grid bottom grid top grid-size 5 5 5 m grid-coords all ####borders#### endlayout #layout -map-image/SlopingHoleEe.pdf #endlayout layout local #copy CommonLayout #layout GB_Layout base-scale 1 70 scale 1 100 symbol-set BCRA #debug station-names #debug on #legend on colour map-fg altitude #colour-legend smooth #colout-ledgend discrete colour-legend off #colour map-fg map #colour map-fg scrap #colour map-fg [97 86 38] ##Pale Yellow## #colour map-fg [90 90 90] ##Light Grey## #colour map-bg [90 90 90] ##Light Grey## north grid #grid bottom #grid top #grid-size 5 5 5 m #grid-coords all ####border#### rotate -90 ####Plan#### map-header 60 30 nw transparency on opacity 60 scale-bar 10 metres symbol-colour area water [25 50 100] #symbol-colour area sump [10 10 100] symbol-colour area flowstone [20 20 20] symbol-colour line water-flow [22 22 95] symbol-colour line rock-border [50 30 20] symbol-colour line rock-edge [50 30 20] symbol-colour point water-flow [22 22 95] symbol-colour group centerline [100 0 0] symbol-colour point station [0 0 0] symbol-colour line arrow [90 20 20] symbol-colour line label [25 50 100] symbol-colour point label [25 50 100] #symbol-hide group centerline #1. hides all centerline symbols from everywhere (stations and shots). symbol-hide point cave-station #2. tells therion, that you want to show stations in the cave. #But in fact point cave-station itself does not show any symbol. #It only specifies, that stations in the cave should be shown rather than surface stations. #code tex-map #\topodate {25 October 2017} #endcode ####CODE TO PUT BORDER AROUND MAP#### #----------------------------- #layout #layoutMapBorder code tex-map \framethickness=0.5mm #endlayout #LayoutMapBorder ###############OVERIDES############## ##Overide Therion Map Header Data### #----------------------------------- code tex-map \cavename={\size[40] Sloping Hole\medskip \size[20] West Kingsdale Yorkshire\medskip \size[10] Survey Date 05.06.23 - 18.05.24\medskip \size[10]BCRA Grade 5d} endcode map-comment "EXPLORATION BY THE CHUMS CONTINUES" ##Overide cave length and depth to remove surface leg data etc## #---------------------------------------------------------- code tex-map \topoteam{Leck Fell Chums} # \cavelength{229.86m} # \cavedepth{63.55m} endcode endlayout