Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 954 Rev 970
Line 58... Line 58...
58
 
58
 
59
	/**
59
	/**
60
	 * Les stations de la carte par défaut
60
	 * Les stations de la carte par défaut
61
	 */
61
	 */
-
 
62
	public function getStations($params) {
62
	public function getStations($params) {
63
		
63
		$json = null;
64
		$json = null;
64
		$requete =  'SELECT sector, x_utm, y_utm, wgs84_latitude AS commune_latitude, wgs84_longitude AS commune_longitude, '.
65
		$requete =  'SELECT sector, x_utm, y_utm, wgs84_latitude AS commune_latitude, wgs84_longitude AS commune_longitude, '.
65
					'	coord_x AS point_latitude, coord_y  AS point_longitude '.
66
					'	coord_x AS point_latitude, coord_y  AS point_longitude '.
66
                    'FROM cel_inventory AS i '.
67
                    'FROM cel_inventory AS i '.