Beispiel #1
0
 function show()
 {
     $this->clear();
     foreach ($this->layers as $l => $layer) {
         $this->map = Map::add($this->map, $layer->map, $layer->options);
     }
     Screen::to_screen($this->map->map());
 }