Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1049 Rev 1112
Line 87... Line 87...
87
		$this->cartes->setProjet('moissonnage');
87
		$this->cartes->setProjet('moissonnage');
88
		$this->cartes->setLargeur('600');
88
		$this->cartes->setLargeur('600');
89
		$this->cartes->setInfoNom($this->nomCourant->getNt());
89
		$this->cartes->setInfoNom($this->nomCourant->getNt());
90
		$this->cartes->setInfoReferentiel($this->referentiel);
90
		$this->cartes->setInfoReferentiel($this->referentiel);
91
		$eflore['mapUrl'] = $this->cartes->getUrlMapSvg();
91
		$eflore['mapUrl'] = $this->cartes->getUrlMapSvg();
-
 
92
		$eflore['mapTelechargementUrls'] = array('png' => $this->cartes->getUrlTelechargementMapPng(),
-
 
93
												'html' => $this->cartes->getUrlTelechargementMapHtml());
92
		$eflore['legende'] = $this->cartes->getLegende();
94
		$eflore['legende'] = $this->cartes->getLegende();
93
		$this->donnees['moissonnage'] = $eflore;
95
		$this->donnees['moissonnage'] = $eflore;
94
	}
96
	}
Line 95... Line 97...
95
	
97