Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1447 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1447 Rev 1478
Line 54... Line 54...
54
		if ($this->parametres != array()) {
54
		if ($this->parametres != array()) {
55
			$widget['donnees'] = $this->parametres;
55
			$widget['donnees'] = $this->parametres;
56
			$this->ajouterProposition();
56
			$this->ajouterProposition();
57
		}
57
		}
Line 58... Line 58...
58
		
58
		
59
		$l = json_decode(file_get_contents("http://api.tela-botanica.org/service:eflore:0.1/insee-d/zone-geo?retour.format=liste"), true);
59
		$l = json_decode(file_get_contents("https://api.tela-botanica.org/service:eflore:0.1/insee-d/zone-geo?retour.format=liste"), true);
Line 60... Line 60...
60
		$widget['donnees']['liste_dept'] = $l["resultat"];
60
		$widget['donnees']['liste_dept'] = $l["resultat"];
Line 61... Line 61...
61
		
61