encoding utf-8 ######################################## Input ################################################ source technical_underpants.th input /Users/daveclucas/Documents/caving/surveys/common_layout.th input /Users/daveclucas/Documents/caving/surveys/therionLayouts/layoutscales.thc ######################################## Layouts ################################################ layout layout copy common copy LayoutScale2000 map-header 0 0 off rotate 60 scale 1 100 endlayout layout images map-image 0 100 sw ../output/componentElevations/technical_underpants_elev300.pdf map-header 0 0 nw endlayout layout xviScale scale 1 450 endlayout layout debug colour map-fg altitude symbol-show point station debug station-names endlayout ######################################## Output ################################################ export model -o ../output/componentModels/technical_underpants.lox export model -o ../output/componentModels/technical_underpants.3d #export model -o ..output/componentModels/technical_underpants.kml #requires a fixed station in survey #export map -o ../output/componentModels/technical_underpants.kml #requires a fixed station in survey export map -o ../output/componentModels/technical_underpants.xvi -layout xviScale export map -o ../output/componentModels/technical_underpants_e300.xvi -layout xviScale -proj [elevation 300] #export map -o ../output/componentElevations/technical_underpants_elev300.pdf -proj [elevation 300] -layout layout -layout LayoutScale1000 #select technicalUnderpantsPlan export map -o ../output/componentPlans/technical_underpants.pdf -layout layout #-layout LayoutScale1000 #-layout images #################################################################################################