Line 113... |
Line 113... |
113 |
$this->meta->setProjet($projetFloreProbable);
|
113 |
$this->meta->setProjet($projetFloreProbable);
|
114 |
$this->cartes->setId($this->referentiel.'.nt:'.$this->nomCourant->getNt());
|
114 |
$this->cartes->setId($this->referentiel.'.nt:'.$this->nomCourant->getNt());
|
115 |
// TODO: url téléchargement de la carte lorsqu'on sera sur que c'est possible
|
115 |
// TODO: url téléchargement de la carte lorsqu'on sera sur que c'est possible
|
116 |
// dans ['carte']['telechargement'] par exemple
|
116 |
// dans ['carte']['telechargement'] par exemple
|
117 |
$this->donnees['flore_probable'] = array('carte' => array(), 'meta' => array());
|
117 |
$this->donnees['flore_probable'] = array('carte' => array(), 'meta' => array());
|
- |
|
118 |
$this->meta->setProjet($projetFloreProbable);
|
- |
|
119 |
$meta = $this->meta->getMetaDonnees();
|
- |
|
120 |
$this->donnees['flore_probable']['meta'] = $meta[0];
|
118 |
$this->donnees['flore_probable']['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees($projetFloreProbable);
|
121 |
$this->donnees['flore_probable']['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees($projetFloreProbable);
|
119 |
$this->donnees['flore_probable']['carte']['url'] = $this->cartes->getUrlFloreProbablePng();
|
122 |
$this->donnees['flore_probable']['carte']['url'] = $this->cartes->getUrlFloreProbablePng();
|
120 |
}
|
123 |
}
|
Line 121... |
Line 124... |
121 |
|
124 |
|