Beispiel #1
0
 /**
  * Set track
  */
 protected function setTrack()
 {
     $this->prepareLoop();
     do {
         if ($this->thereWasAPause()) {
             $this->setPauseToXml();
         }
         $this->addCoordinateToCurrentPath($this->RouteLoop->coordinate());
     } while ($this->RouteLoop->nextStep() && $this->TrackdataLoop->nextStep());
     $this->addCurrentPathToXml();
 }