encoding  utf-8
source plan.th

layout sa

language ru
#sketches on
#color map-fg altitude #[50 30 80] #
#color map-fg [50 30 80] #
scale-bar 10 m
#water
   code metapost
  def a_water_SKBB (expr p) =
    T:=identity;
    thfill p withcolor (0.0, 0.5, 1.0);
  enddef;
  
  symbol-set SKBB
sketches on
  color map-fg altitude

 
 debug on #station-names
#  debug station-names
    exclude-pages on 1,2,3
    map-header 5 0 e

endlayout


select mv1@Gebauera
export map -layout sa -layout-scale 1 500 -projection plan -o cave_m3.pdf
