Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1171 → Rev 1172

/trunk/jrest/lib/CartoGroupage.php
17,7 → 17,7
private static $coefficientReductionPas = null;
private static $coefficientProfondeurMax = null;
private static $nbElements = array('stations' => 0,'communes' => 0, 'observations' => 0);
private static $nbElements = array('stations' => 0,'communes' => 0, 'points' => 0);
private static $listeNoeudsSelectionnes = array();
private static $bornesMax = array('latMin' => null, 'lngMin' => null, 'latMax' => null, 'lngMax' => null);
private static $id_traites = array();
54,7 → 54,7
self::$nbElements[$emplacement]++;
self::$listeNoeudsSelectionnes[] = self::ajouterGroupeOuPoint($noeudSimple);
}
self::$nbElements['observations']++;
self::$nbElements['points']++;
}
}
return self::$listeNoeudsSelectionnes;
129,7 → 129,7
self::ajouterFils($noeud,$cadran,$point);
self::$nbElements[$emplacement]++;
}
self::$nbElements['observations']++;
self::$nbElements['points']++;
}
$profondeur++;