Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 366 Rev 367
Line 50... Line 50...
50
				'largeur' => $this->largeur, 'mime_type' => 'text/html');
50
				'largeur' => $this->largeur, 'mime_type' => 'text/html');
51
		$url = $this->formaterUrl($tpl, $params);
51
		$url = $this->formaterUrl($tpl, $params);
52
		return $url;
52
		return $url;
53
	}
53
	}
Line -... Line 54...
-
 
54
 
-
 
55
	public function getLegendeId() {
-
 
56
		$tpl = Config::get('legendeIdCarteTpl');
-
 
57
		$params = array('id' => $this->id);
-
 
58
		$url = $this->formaterUrl($tpl, $params);
-
 
59
		$donnees = $this->chargerDonnees($url);
-
 
60
		return $donnees;
-
 
61
	}
54
 
62
	
55
	public function getLegende() {
63
	public function getLegende() {
56
		$tpl = Config::get('legendeCarteTpl');
-
 
57
		$params = array('id' => $this->id);
64
		$tpl = Config::get('legendeCarteTpl');
58
		$url = $this->formaterUrl($tpl, $params);
65
		$url = $this->formaterUrl($tpl, $params);
59
		$donnees = $this->chargerDonnees($url);
66
		$donnees = $this->chargerDonnees($url);
60
		return $donnees;
67
		return $donnees;