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