encoding utf-8 source peak_speedwell_system.th select peak_speedwell_system@peak_speedwell_system #select peak_speedwell_system #select oakden_levelMP@oakden_level.speedwell_mine.peak_speedwell_system #select whirlpool_risingMP@whirlpool_rising.speedwell_mine.peak_speedwell_system #select whirlpool_mining_extensionMP@whirlpool_mining_extension.speedwell_mine.peak_speedwell_system #select whirlpool_bypassMP@whirlpool_bypass.speedwell_mine.peak_speedwell_system #select whirlpool_passageMP@whirlpool_passage.speedwell_mine.peak_speedwell_system #select whirlpool_passage_mine_aboveMP@whirlpool_passage_mine_above.speedwell_mine.peak_speedwell_system export model -fmt survex -o outputs/peak_speedwell_systemth.3d #export model -o outputs/peak_speedwell_system.lox #export map -proj plan -fmt kml -o outputs/peak_speedwell_system.kml export map -projection plan -layout local -o outputs/peak_speedwell_system.pdf #export map -projection plan -layout local -o outputs/peak_speedwell_system.svg #export atlas -projection plan -layout atlas -o outputs/PeakAtlas.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 300 #scale 1 5000 #symbol-set BCRA #debug station-names #debug on #endlayout layout local fonts-setup 3 6 15 25 30 #xl label should be bigger than 30 for entrances? min-symbol-scale m #this hides all symbols smaller than m, therefore s and xs labels from above will be hidden color map-fg altitude base-scale 1 300 scale 1 1500 symbol-set BCRA symbol-hide group cave-centreline scale-bar 250 m map-header 75 100 ne #map-comment "Surveyed By: Tim Allen, Steven Ancliffe, Dave Arveschoug, Nigel Ball, John S Beck
Allan Brentnall, Luke Brock, Simon Brooks, Mark Brown, Luke Cafferty, John N Cordingley
Charley Cooley, John C Cooper, Paul Deakin, Katie Eavis, Robert Eavis
Alastair Gott, Adrian Gregory, John Gunn, Brian Hague, John D Harrison
Tim Horne, Terry Jackson, Keith Joule (nee Bottoms), Anthony Marsden
Louise McMahon, Mark Mcauley, John Middlemiss, Ted Mullins, Dave A Nixon
Kate Nixon, Mark Noble, Pete O'Neill, Shaun L Puckering, John Randles
Alex Ried, Glyn Roberts, Roy Rodgers, Henry Rockcliffe, Luke Rowe
Matt Ryan, Angus Sawyer, Richard Shaw, Wayne Sheldon, Dave Shearsmith
Robbie Shone, Guy Smith, Sam Springer, Ann Soulsby, Joze Taylor
Laurence Thistlewood, Jeff Wade, Tim Webber, Clive Westlake, Bill Whitehouse
Edd Williats, Phil Wolstenholme map-comment "Drawn By: Wayne Sheldon and Alastair Gott" grid bottom grid-coords border grid-size 1000 1000 1000 m #grid-origin 0 0 0 m #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] 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 #colour legend off #transparency on #grid top #map-header 50 90 nw #symbol-hide group cave-centreline #symbol-colour point station [100 0 0] endlayout