Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1047 → Rev 1048

/trunk/metier/api_0.1/Cartes.php
96,5 → 96,14
return $donnees;
}
 
// version statique de getUrlPng() ci-dessus
static function getCarteUrlPng($projet, $id, $largeur) {
return Eflore::s_formaterUrl(Config::get('carteTpl'),
array('projet' => $projet,
'id' => $id,
'largeur' => $largeur,
'mime-type' => 'image/png'));
}
 
}
?>