Subversion Repositories eFlore/Applications.cel

Rev

Rev 1500 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1500 Rev 1515
Line 61... Line 61...
61
 
61
 
62
	private function creerColonne() {
62
	private function creerColonne() {
63
		$this->dao->creerColonneCodeInseeCalculee();
63
		$this->dao->creerColonneCodeInseeCalculee();
Line 64... Line 64...
64
	}
64
	}
65
	
65
	
66
	private function calculerStationCodeInsee() {
66
	private function calculerCodeInsee() {
67
		$liste_coordonnees = $this->dao->rechercherCoordonnees();
67
		$liste_coordonnees = $this->dao->rechercherCoordonnees();
68
		foreach ($liste_coordonnees as $coordonnees) {
68
		foreach ($liste_coordonnees as $coordonnees) {
69
			if ($this->testerCoordonneesWgsFrance($coordonnees['latitude'], $coordonnees['longitude'])) {
69
			if ($this->testerCoordonneesWgsFrance($coordonnees['latitude'], $coordonnees['longitude'])) {