Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1026 Rev 1048
Line 94... Line 94...
94
		$url = $this->formaterUrl($tpl, $params);
94
		$url = $this->formaterUrl($tpl, $params);
95
		$donnees = $this->chargerDonnees($url);
95
		$donnees = $this->chargerDonnees($url);
96
		return $donnees;
96
		return $donnees;
97
	}
97
	}
Line -... Line 98...
-
 
98
 
-
 
99
	// version statique de getUrlPng() ci-dessus
-
 
100
	static function getCarteUrlPng($projet, $id, $largeur) {
-
 
101
		return Eflore::s_formaterUrl(Config::get('carteTpl'),
-
 
102
									 array('projet' => $projet,
-
 
103
										   'id' => $id,
-
 
104
										   'largeur' => $largeur,
-
 
105
										   'mime-type' => 'image/png'));
-
 
106
	}
98
 
107
 
99
}
108
}
100
?>
109
?>