Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1112 Rev 1117
Line 105... Line 105...
105
		return $donnees;
105
		return $donnees;
106
	}
106
	}
Line 107... Line 107...
107
	
107
	
108
	public function getLegende() {
108
	public function getLegende() {
109
		$tpl = Config::get('legendeCarteTpl');
109
		$tpl = Config::get('legendeCarteTpl');
110
		$url = $this->formaterUrl($tpl, $params);
110
		$url = $this->formaterUrl($tpl, array());
111
		$donnees = $this->chargerDonnees($url);
111
		$donnees = $this->chargerDonnees($url);
112
		return $donnees;
112
		return $donnees;
Line 113... Line 113...
113
	}
113
	}