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