Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 333 Rev 362
Line 72... Line 72...
72
	}
72
	}
Line 73... Line 73...
73
	
73
	
74
	public function formerCarte() {
74
	public function formerCarte() {
75
		$this->creerFormateur();
75
		$this->creerFormateur();
76
		$this->cartesFormateur->initialiserImage();
-
 
-
 
76
		$this->cartesFormateur->initialiserImage();
-
 
77
		$inventories = '';
77
			
78
		if ($this->cartesFormateur->testerParametresProjets() == true) {
-
 
79
			$inventories = $this->cartesFormateur->chargerDonnees();
78
		$inventories = $this->cartesFormateur->chargerDonnees();
80
		}
79
		$retour = '';
81
		$retour = '';
80
		if (is_array($inventories) && $inventories !== array()){
82
		if (is_array($inventories) && $inventories !== array()){
81
			$this->chargerVille();// Connection referentiel communes
83
			$this->chargerVille();// Connection referentiel communes
82
			list($text, $merge) = $this->calculerRepartition($inventories);
84
			list($text, $merge) = $this->calculerRepartition($inventories);