encoding  utf-8
select peakshole_soughMP@peakshole_sough


source peakshole_sough.th

export model -fmt survex -o peakshole_sough.3d

export model -o peakshole_sough.lox

#export model -fmt kml -o peakshole_sough.kml

export map -projection plan -o peakshole_sough_plan.pdf

#export map -projection elevation -o peakshole_sough_elevation.pdf

#export map -projection extended -o peakshole_sough_extended_elevation.pdf


#layout atlas
#nav-factor 10
#size 18 10 cm
#fonts-setup 3 6 10 15 30
#color map-fg altitude
#base-scale 1 300
#scale 1 1500
#endlayout

layout debug
#base-scale 1 100
scale 1 100
symbol-set BCRA
#debug station-names
debug on
endlayout

layout local
#fonts-setup 3 6 10 15 30
color map-fg altitude
base-scale 1 500
scale 1 150
symbol-set BCRA
color-legend off
map-header 0 100 nw
#debug station-names
#debug on
legend on
#colour map-fg map #[97 86 38]  #pale yellow ##comment colour for solid colour map
colour map-bg [95 95 95]  #light grey
#colour map-fg scrap
symbol-colour area water [25 50 100]
symbol-colour point water-flow [25 50 100]
symbol-colour area sump [10 10 100]
map-comment "Copyright 2023 Wayne Sheldon

 code metapost
### define water to be light blue
 def a_water (expr p) =
 T:=identity;
 thfill p withcolor (0.48, 0.84, 1.0);
 enddef;
 
 ### define sump to be dark blue
 def a_sump (expr p) =
 T:=identity;
 thfill p withcolor (0.05, 0.0, 0.7);
 enddef;
 endcode

endlayout