Subversion Repositories eFlore/Applications.cel

Compare Revisions

Regard whitespace Rev 2460 → Rev 2785

/trunk/jrest/bibliotheque/CartoGroupage.php
136,8 → 136,11
self::mettreAJourBornes($point);
$cadran = self::obtenirCadranPourPoint($latCentre, $lngCentre, $point);
self::ajouterFils($noeud,$cadran,$point);
// Les stations ne doivent être comptées que la première fois !
if ($emplacement != 'stations' || $profondeur == 0) {
self::$nbElements[$emplacement]++;
}
}
self::$nbElements['points']++;
}