Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1215 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1215 Rev 1234
Line 94... Line 94...
94
					'nom_sci' => $this->nom->get('nom_sci'), 'auteur' => $this->nom->get('auteur') ,
94
					'nom_sci' => $this->nom->get('nom_sci'), 'auteur' => $this->nom->get('auteur') ,
95
					'largeur' => $this->largeur, 'mime_type' => 'image/png');
95
					'largeur' => $this->largeur, 'mime_type' => 'image/png');
96
		$url = $this->formaterUrl($tpl, $params);
96
		$url = $this->formaterUrl($tpl, $params);
97
		return $url;
97
		return $url;
98
	}
98
	}
-
 
99
	
-
 
100
	public function getUrlFloreProbablePng() {
-
 
101
		$tpl = Config::get('carteFloreProbableTpl');
-
 
102
		$params = array('id' => $this->id, 
-
 
103
						'mime_type' => 'text/plain');
-
 
104
		$url = $this->formaterUrl($tpl, $params);
-
 
105
		$donnees = $this->chargerDonnees($url);
-
 
106
		$url_carte = null;
-
 
107
		// on demande l'url de la carte au web service
-
 
108
		// car la carte peut ne pas exister
-
 
109
		if(isset($donnees['binaire.href'])) {
-
 
110
			$url_carte = $donnees['binaire.href'];
-
 
111
		}
-
 
112
		return $url_carte;
-
 
113
	}
Line 99... Line 114...
99
 
114
 
100
	public function getLegendeId() {
115
	public function getLegendeId() {
101
		$tpl = Config::get('legendeIdCarteTpl');
116
		$tpl = Config::get('legendeIdCarteTpl');
102
		$params = array('id' => $this->id);
117
		$params = array('id' => $this->id);