Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1091 Rev 1096
Line 140... Line 140...
140
	}
140
	}
Line 141... Line 141...
141
	
141
	
142
	private function obtenirUrlsLimitesCommunales() {
142
	private function obtenirUrlsLimitesCommunales() {
143
		$urls = null;
143
		$urls = null;
144
		if (isset($this->dept)) {
144
		if (isset($this->dept)) {
145
			// si on veut afficher les limites départemmentales on va compter et chercher les noms de fichiers
145
			// si on veut afficher les limites départementales on va compter et chercher les noms de fichiers
146
			$fichiersKml = $this->chercherFichierKml();
146
			$fichiersKml = $this->chercherFichierKml();
147
			if (count($fichiersKml) > 0) {
147
			if (count($fichiersKml) > 0) {
148
				foreach ($fichiersKml as $kml => $dossier){
148
				foreach ($fichiersKml as $kml => $dossier){
149
					$url_limites_communales = sprintf($this->config['carto']['limitesCommunaleUrlTpl'], $dossier, $kml);
149
					$url_limites_communales = sprintf($this->config['carto']['limitesCommunaleUrlTpl'], $dossier, $kml);