encoding utf-8 ######################################## Input ################################################ source green_feather.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 scale 1 200 legend off map-header 0 0 off rotate 60 endlayout layout images map-image 0 100 sw ../output/componentElevations/green_feather_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/green_feather.lox export model -o ../output/componentModels/green_feather.3d #export model -o ..output/componentModels/green_feather.kml #requires a fixed station in survey #export map -o ../output/componentModels/green_feather.kml #requires a fixed station in survey export map -o ../output/componentModels/green_feather.xvi -layout xviScale export map -o ../output/componentModels/green_feather_e300.xvi -layout xviScale -proj [elevation 300] export map -o ../output/componentElevations/green_feather_elev300.pdf -proj [elevation 300] -layout layout select greenFeatherPlan export map -o ../output/componentPlans/green_feather.pdf -layout layout -layout images #################################################################################################