Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 507 Rev 514
Line 99... Line 99...
99
				$case->setAttribute('fill','#EA6624');
99
				$case->setAttribute('fill','#EA6624');
100
				$case->setAttribute('stroke','#EA6624');
100
				$case->setAttribute('stroke','#EA6624');
101
				$this->ajouterInfoAuSurvol($champs,$case);
101
				$this->ajouterInfoAuSurvol($champs,$case);
102
				$changement = true;
102
				$changement = true;
103
		}
103
		}
104
		$svg = $this->dom->getElementsByTagName("svg")->item(0);
-
 
105
		$svg->setAttribute('width',$this->largeurSVG);
104
		$this->ajusterFormatSVG();
106
	}
105
	}
Line -... Line 106...
-
 
106
	
-
 
107
	
107
	
108
	
108
	public function ajouterValeursIntermediaires(){
109
	public function ajouterValeursIntermediaires(){
109
		$champs_ecolo = array_keys($this->champs_ontologiques);
110
		$champs_ecolo = array_keys($this->champs_ontologiques);
110
		foreach ($champs_ecolo as $chps ){
111
		foreach ($champs_ecolo as $chps ){
111
			$min = !empty($this->valeurs_en_pourcentage[$chps.'_min']) ? $this->valeurs_en_pourcentage[$chps.'_min'] : -1;
112
			$min = !empty($this->valeurs_en_pourcentage[$chps.'_min']) ? $this->valeurs_en_pourcentage[$chps.'_min'] : -1;