Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1112 Rev 1130
Line 72... Line 72...
72
			$repartition['svgUrl'] = $this->cartes->getUrlDataSvg();
72
			$repartition['svgUrl'] = $this->cartes->getUrlDataSvg();
73
			$repartition['pngUrl'] = $this->cartes->getUrlPng();
73
			$repartition['pngUrl'] = $this->cartes->getUrlPng();
74
			$repartition['legende'] = $this->cartes->getLegendeId();
74
			$repartition['legende'] = $this->cartes->getLegendeId();
75
			$this->meta->setProjet($projetRepartition);
75
			$this->meta->setProjet($projetRepartition);
76
			$meta = $this->meta->getMetaDonnees();
76
			$meta = $this->meta->getMetaDonnees();
77
			$citation = $meta[0]['citation'];
-
 
78
			$repartition['meta']['citation'] = $citation;
77
			$repartition['meta'] = $meta[0];
79
			$repartition['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees($projetRepartition);
78
			$repartition['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees($projetRepartition);
80
			$this->donnees['repartition'] = $repartition;
79
			$this->donnees['repartition'] = $repartition;
81
		}
80
		}
82
	}
81
	}