Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1031 → Rev 1032

/trunk/jrest/services/CelWidgetMap.php
71,7 → 71,7
extract($this->parametres);
 
//TODO: changer ceci pour une adresse indiquée dans un fichier de config
$img = imagecreatefrompng("/home/jpm/web/serveur/commun/icones/carto/groupe/g$type.png");
$img = imagecreatefrompng("/home/aurelien/web/cel_GWT2/widget/documents/icones/carto/groupe/g$type.png");
 
$noir = imagecolorallocate($img, 0, 0, 0);
$texte = (String) $nbre;