encoding utf-8 source PracticeCave.th # input CustomSymbolsCode.txt # This layout is for the elevation profile layout profilemap units imperial scale 1 200 color map-fg [90 66 46] color map-bg transparent #B20141112 legend off symbol-set UIS map-header 0 0 off debug all #B20141112 # Bring in the custom symbols code # copy CustomSymbols endlayout # This layout is for the main 2D map, all on one page layout mainmap units imperial scale-bar 20 feet page-numbers on scale 1 200 color map-fg [100 86 66] map-comment "A compass and tape survey of Practice Cave." statistics explo all legend on symbol-set UIS map-header 10 50 center symbol-color area water [25 50 100] debug all #B20141112 # section for PDF properties doc-author "Bill Gee" doc-title "Map of Practice Cave" doc-subject "Plan map of Practice Cave" # Section for map photos # map-image 30 9 center DSC_0004.JPG # map-image 48 29 center DSC_0056.JPG # Add the elevations map map-image 50 65 nw PracticeElevation1.pdf #B20141112 map-image 70 0 ne PracticeElevation2.pdf #B20141112 # Include custom Metapost code for special symbols # copy CustomSymbols endlayout # Change the legend callout for stalagmaflats # text en_US "point u:stalagmaflat_AMER" "stalagmaflat" # text en_US "line u:dripline_AMER" "dripline" text en_US "point u:pendant" "pendant" text en_US "point u:stromatolite" "stromatolite" # Entrance passage elevations # select AllElevations.map@PracticeCave #B20141112 select MyProj.map@PracticeCave #B20141112 select MyProj2.map@PracticeCave #B20141112 #Have chosen two projections only 5 deg apart for this example. #Clearly for this essentially straight cave you would not do this, #but you can see how it would be appropriate for two parts of the cave that were #nearly at right angle to each other. #B20141112 export map -proj [elevation 315 deg ] -layout profilemap -o PracticeElevation1.pdf #B20141112 export map -proj [elevation 310 deg ] -layout profilemap -o PracticeElevation2.pdf #B20141112 select pdp@PracticeCave #B20141112 export map -proj plan -layout mainmap -o PracticeCave.pdf