encoding utf-8 source GlasfurdsIndex.th #surveys to output# #-----------------# select GlasfurdsIndex export map -proj plan -layout local -o Output/GlasfurdsIndex.pdf ##Produces a pdf map## #export map -o Output/GlasfurdsIndex.kml ##Produces a map of cave on Google Earth. Entrance needs GPS or map reference to work. See Footlegs Tutorial## #export model -o Output/GlasfurdsIndex.kml ##As above but produces a cave centerline on Google Earth## #export model -fmt survex -o Output/GlasfurdsUpStreamExt1.3d ##Produces a Survex 3d centerline## #export model -o Output/GlasfurdsIndex.lox ##Produces a 3d model viewed with Loch the Therion viewer## #export map -proj plan -o Output/GlasfurdsIndex_Walls.3d ##Survex file showing walls only## ################################################### ####################layout Local################### ################################################### layout local base-scale 1 200 scale 1 200 symbol-set BCRA #debug station-names #debug on #colour map-fg altitude #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 top #grid bottom #grid-size 10 10 10 m #grid-coords all #border ####Puts grid coords on intersections or at border if that is selected#### rotate 90 ##Rotate map 90' map-header 30 5 se #legend on transparency on symbol-colour area water [25 50 100] ##Blue## #### The three numbers represent the three primary colours as a percentage#### #symbol-colour area sump [10 10 100] ##Lighter Blue## #### When applied together - Mixed - they make the finished colour#### symbol-colour area flowstone [100 80 0] ##Dark Yellow## #symbol-colour line water-flow [22 22 95] ##Light Blue## symbol-colour point water-flow [22 22 95] symbol-colour area clay [62 28 0] ##Dark Brown## symbol-colour line arrow [100 0 0] symbol-colour point station [100 0 0] ##Light Blue## symbol-colour group centerline [100 0 0] ##Red## symbol-hide group centerline # 1. Hides all centerline and survey station symbols in cave. #symbol-hide point cave-station # 2. Hides all survey stations in the cave but not centerline. #symbol-hide group cave-centreline #### Add Topo Date to map #### #------------------------------------------- #code tex-map #/topodate {25 October 2017} #endcode ####CODE TO PUT BORDER AROUND MAP#### #------------------------------------------------------------ #layout #layoutMapBorder code tex-map \framethickness=0.5mm #endlayout #LayoutMapBorder ###############HEADER OVERIDES############## ##Overide Therion Map Header Data### #------------------------------------------------- ####This adds a second and third line of text in the map header.#### #------------------------------------------------------------------------------------- ##Change the cave details in the { } to what you want## code tex-map \cavename={Glasfurds 2026 Echo Chamber Extension\medskip \size[30] Gavel Pot\medskip \size[30]} \topoteam {Leck Fell Chums} \cavelength {99m} \cavedepth {11.5m} endcode ####This adds a comment on the map#### #----------------------------------------------------- code tex-map map-comment "Surveyed March/April 2026" endcode endlayout