encoding utf-8 source HopelessPot.th # Change name to the main therion file #Surveys to output #----------------- select HopelessPot #select HopelessEntranceSeries.HopelessPot #select IronmongersChoke.HopelessPot #select LeftInlet.HopelessPot #select LevellingUp.HopelessPot #select RightInlet.HopelessPot #select LeftInlet.HopelessPot #select StreamwayOfMerit.HopelessPot #select LoTL.HopelessPot #select IronmongersChoke.HopelessPot export map -proj plan -layout local -o Output/HopelessPotPlan.pdf #export map -projection [elevation 270] -o Output/HopelessPot-Elev.pdf #export map -projection [extended] -layout local -o Output/HopelessPot-Elev-Extended.pdf #export map -o Output/HopelessPot.kml export model -o Output/HopelessPot.kml #export model -fmt survex -o Output/HopelessPot.3d #Survex file showing centre line only #export model -fmt survex -o Output/HopelesPot.svx ##not much luck with this #export model -o Output/HopelessPot.lox #3d therion model to be viewed in the therion viewer #export map -proj plan -o Output/HopelessPot_Walls.3d #Survex file showing walls only layout local base-scale 1 400 scale 1 300 symbol-set BCRA #debug station-names #debug on legend on #colour map-fg scrap #colour map-fg map colour map-fg altitude #colour map-fg [97 86 38] ##Pale Yellow## #colour map-fg [90 90 90] ##Light Grey## #colour map-bg [90 90 90] ##Light Grey## #colour-legend off ####Hack to turn off colour legend for scrap,map, and altitude. Same as colour-legend off#### code tex-map \colorlegendfalse endcode #### #north grid #grid bottom #grid top #grid-size 10 10 10 m #grid-coords all #border #rotate -90 map-header 2 50 nw transparency on 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 point water-flow [22 22 95] symbol-colour group centerline [100 0 0] symbol-colour point station [100 0 0] symbol-colour line arrow [90 20 20] 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={FING HOPELESS POT\medskip \size[20] Leck Fell\medskip \size[20]} endcode #map-comment "Surveyed By The Chums 2021-2022" #map-comment "Extended Elevation" #map-comment "Some Passages Left Off For Clarity" #map-comment "EXPLORATION BY THE LECK FELL CHUMS CONTINUES" #map-comment "EXPLORATION CONTINUES BY THE CHUMS" ##Overide cave length and depth to remove surface leg data etc## #---------------------------------------------------------- code tex-map \topoteam{Leck Fell Chums} \cavelength{1043m} #\cavedepth{96m} endcode endlayout