encoding utf-8 source GoldenChamber layout l1 # 1:500 Map scale 1 200 overlap 1 cm # margin sizem default 1cm surface off # turns on or off surface bit-map map-header 100 100 se # turns on the map header positioned at (0,0) scale-bar 50 m statistics carto all #page-setup 42 29.7 39 28.7 0.5 0.5 cm # A3 landscape page-setup 21 29.7 20 28.7 0.5 0.5 cm #A4 #page-setup paper-w paper-h page-w page-h left-m top-m #debug all statistics topo-length on # per surveyor lengths #statistics topo off # turns off list of surveyors map-comment "Copyright Mendip Caving Group 2007" #legend on # turns on the symbol legend #legend-width 10 cm # printed size, based on scale grid bottom grid-size 1 1 100 m # x,y,z #debug on code metapost # xs,s,m,l,xl fonts_setup(10,15,30,30,75); #fonts_setup(,,,,); # which may be used inside of the code metapost section of the layout command. # applies to point label, applies to remark and all other point labels. # Each of them may apply to line label according to its -size option. code metapost # change centre line to continuous def l_survey_cave (expr p) = draw p withpen PenD withcolor (0.6, 0.6, 0.6); enddef; endcode endlayout select CC@GoldenChamber select LeatInlet@GoldenChamber select StreamwayRegained@GoldenChamber select GoldenChamber_s1@GoldenChamber export model -format survex -o 0.Maps/GoldenChamber.3d export model -format loch -o 0.Maps/GoldenChamber.lox export map -projection plan -o 0.Maps/GoldenChamber.pdf export map -projection plan -format xvi -layout l1 -o 0.Maps/GoldenChamber.xvi export map -projection extended -format xvi -layout l1 -o 0.Maps/GoldenChamber_ex.xvi export map -projection elevation -format xvi -layout l1 -o 0.Maps/GoldenChamber_el.xvi