Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 361 Rev 367
Line 41... Line 41...
41
		$this->cartes->setLargeur('630');
41
		$this->cartes->setLargeur('630');
42
		$id = 'nn:'.$this->nomCourant->getNns();
42
		$id = 'nn:'.$this->nomCourant->getNns();
43
		$this->cartes->setId($id);
43
		$this->cartes->setId($id);
44
		$chorodep['svgUrl'] = $this->cartes->getUrlDataSvg();
44
		$chorodep['svgUrl'] = $this->cartes->getUrlDataSvg();
45
		$chorodep['pngUrl'] = $this->cartes->getUrlPng();
45
		$chorodep['pngUrl'] = $this->cartes->getUrlPng();
46
		$chorodep['legende'] = $this->cartes->getLegende();
46
		$chorodep['legende'] = $this->cartes->getLegendeId();
47
		$this->meta->setProjet('chorodep');
47
		$this->meta->setProjet('chorodep');
48
		$meta = $this->meta->getMetaDonnees();
48
		$meta = $this->meta->getMetaDonnees();
49
		$citation = $meta[0]['citation'];
49
		$citation = $meta[0]['citation'];
50
		$chorodep['meta']['citation'] = $citation;
50
		$chorodep['meta']['citation'] = $citation;
51
		$chorodep['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('chorodep');
51
		$chorodep['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('chorodep');
Line 54... Line 54...
54
	
54
	
55
	public function getEflore() {
55
	public function getEflore() {
56
		$this->cartes->setProjet('eflore');
56
		$this->cartes->setProjet('eflore');
57
		$this->cartes->setLargeur('max');
57
		$this->cartes->setLargeur('max');
58
		$this->cartes->setInfoNom($this->nomCourant->getNomRetenu());
58
		$this->cartes->setInfoNom($this->nomCourant->getNomRetenu());
-
 
59
		$eflore['mapUrl'] = $this->cartes->getUrlMap();
59
		$chorodep['mapUrl'] = $this->cartes->getUrlMap();
60
		$eflore['legende'] = $this->cartes->getLegende();
60
		return $chorodep;
61
		return $eflore;
Line 61... Line 62...
61
	}
62
	}
62
 
63
 
63
	public function getBloc() {
64
	public function getBloc() {