Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 441 Rev 448
Line 37... Line 37...
37
	}
37
	}
Line 38... Line 38...
38
 
38
 
39
	private function getChorodep() {
39
	private function getChorodep() {
40
		$this->cartes->setProjet('chorodep');
40
		$this->cartes->setProjet('chorodep');
41
		$this->cartes->setLargeur('630');
41
		$this->cartes->setLargeur('630');
42
		$id = 'nn:'.$this->nomCourant->getNns();
42
		$id = 'nn:'.$this->nomCourant->getNnr();
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->getLegendeId();
46
		$chorodep['legende'] = $this->cartes->getLegendeId();