1/*273*/));
$res = $req->dispatch();
if( $res->error != ManagerError::Success )
var_dump( ManagerError::explicit($res->error) );
var_dump($res->getAll());
/* [2] Gestion spatiale
=========================================================*/
function dot(&$node, $x, $y){
$node['x'] = $x;
$node['y'] = $y;
return "";
}
/* [3] On affiche le contenu
=========================================================*/
echo "";
echo "";
?>