Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1116 → Rev 1117

/trunk/metier/api_0.1/Cartes.php
107,7 → 107,7
public function getLegende() {
$tpl = Config::get('legendeCarteTpl');
$url = $this->formaterUrl($tpl, $params);
$url = $this->formaterUrl($tpl, array());
$donnees = $this->chargerDonnees($url);
return $donnees;
}