Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 1034 | Rev 1134 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1034 Rev 1036
Line 244... Line 244...
244
		$formateur = new FormateurSVG($nomFichierSVG, $this->sources, $this->retour, $this->format);
244
		$formateur = new FormateurSVG($nomFichierSVG, $this->sources, $this->retour, $this->format);
245
		$formateur->formaterCarte($this->taxon);
245
		$formateur->formaterCarte($this->taxon);
246
		$resultat = new ResultatService();
246
		$resultat = new ResultatService();
247
		$resultat->corps = $formateur->renvoyerCarte();
247
		$resultat->corps = $formateur->renvoyerCarte();
248
		$resultat->mime = $this->retour;
248
		$resultat->mime = $this->retour;
249
		
-
 
250
		//echo '<pre>'.print_r($resultat,true).'</pre>';exit;
-
 
Line 251... Line 249...
251
 
249
 
252
		return $resultat;
250
		return $resultat;
Line 253... Line 251...
253
	}
251
	}