Subversion Repositories eFlore/Applications.cel

Rev

Rev 2460 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2460 Rev 2785
Line 134... Line 134...
134
			if(!self::estUnPointAExclure($point)) {
134
			if(!self::estUnPointAExclure($point)) {
135
				$emplacement = self::formaterPointPourAjout($point);
135
				$emplacement = self::formaterPointPourAjout($point);
136
				self::mettreAJourBornes($point);
136
				self::mettreAJourBornes($point);
137
				$cadran = self::obtenirCadranPourPoint($latCentre, $lngCentre, $point);
137
				$cadran = self::obtenirCadranPourPoint($latCentre, $lngCentre, $point);
138
				self::ajouterFils($noeud,$cadran,$point);
138
				self::ajouterFils($noeud,$cadran,$point);
-
 
139
				// Les stations ne doivent être comptées que la première fois !
-
 
140
				if ($emplacement != 'stations' || $profondeur == 0) {
139
				self::$nbElements[$emplacement]++;
141
					self::$nbElements[$emplacement]++;
-
 
142
				}
140
			}
143
			}
141
			self::$nbElements['points']++;
144
			self::$nbElements['points']++;
142
		}
145
		}
Line 143... Line 146...
143
 
146