encoding utf-8 source Electronica.th # Change name to the main therion file #Surveys to output #----------------- #export map -proj plan -layout local -o Electronica.pdf #Produces plan of cave, on a single sheet #export map -proj extended -layout local -o ElectronicaEewarp1.th2 ##Trial of Projected export map -projection [elevation 0] -fmt xvi -o Trial.xvi #export model -fmt survex -o Electronicath.3d #Survex file showing centre line only #export model -o Electronica.lox #3d therion model to be viewed in the therion viewer #export map -proj plan -o Electronica_Walls.3d #Survex file showing walls only #export continuation-list \ #-output ../Output/Electronica.kml #layout local #debug off #map-header 0 0 ne #symbol-hide group cave-centreline #endlayout ###for labeling continuations on a google map### #code metapost # def p_continuation(expr pos,theta,sc,al) = # % draw default continuation symbol # p_continuation_UIS(pos,theta,sc,al); # % if text attribute is set # if known(ATTR__text) and picture(ATTR__text): # % set labeling color to light orange # push_label_fill_color(1.0, 0.9, 0.8); # % draw filled label with text next to ? # p_label.urt(ATTR__text,(.5u,-.25u) transformed T,0.0,8); # % restore original labeling color # pop_label_fill_color; # fi; # enddef; #endcode layout local #base-scale 1 1000 #scale 1 1000 #symbol-set BCRA ######Colours####### #symbol-colour area water [25 50 100] ######different colours for area on survey###### colour map-fg altitude #colour map-fg scrap debug off #map-header 0 0 ne symbol-hide group cave-centreline #legend on endlayout