<html>
<head>
<title>Изменение параметра draw_layer</title>
</head>
<body background = "../gif/brick.gif">
<applet 
    code=map_view.class   name=red
    width=250  height=250  archive=map_view.zip codebase="../" mayscript>
    <param name=layers_all value="example">
    <param name=layers_draw value="#example" >
<param name=example value="draw_layer=0x1101
                           border_width_layer=2 
                           border_color_layer=#FF0099 
                           fill_color_layer=#CCCCFF
                           text_color_layer
                           xstroke=5,1,2,3,0,0  
                           ystroke=5,1,2,3,0,0">

       <param name=example_object_0 
          value="rect 15 15 80 100 
                 color=#009999 ystroke=6,2,5,2,0,0"> 
       <param name=example_object_1 
          value="line 60 80 20 160 80 140 30 240 
                 color=#FF66CC" >
       <param name=example_object_2 
          value="poly 120 70 160 5 240 70 115 30 245 30 120 70 
                 color=#336699"> 
       <param name=example_object_3 
          value="image  Image/Bbear.gif 0x00 150 70 width=60 height=80 image_size=60,80 
                 color=#FF9999"> 
       <param name=example_object_4 
          value="text 0x45 160 160  font=*:14,3 value='Текстовая строка' 
                 color=#990099">
       <param name=example_object_5 
          value="arc 0x11 185 190 100 100 -90 90 
                 color=#009900"> 
       <param name=example_object_6 
          value="arc 0x11 100 220 100 40 0 360 
                 color=#6600CC 
                 xstroke=0,0,0,0,0,0 ystroke=6,2,10,5,0,0">  

</applet>
</body>
</html>