Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1698 Rev 1699
Line 48... Line 48...
48
				'station'			=> self::GenColInfo('station', 'Station'),
48
				'station'			=> self::GenColInfo('station', 'Station'),
49
				'milieu'			=> self::GenColInfo('milieu', 'Milieu'),
49
				'milieu'			=> self::GenColInfo('milieu', 'Milieu'),
50
				'commentaire'		=> self::GenColInfo('commentaire', 'Notes'),
50
				'commentaire'		=> self::GenColInfo('commentaire', 'Notes'),
51
				'latitude'			=> self::GenColInfo('latitude', 'Latitude', 1),
51
				'latitude'			=> self::GenColInfo('latitude', 'Latitude', 1),
52
				'longitude'			=> self::GenColInfo('longitude', 'Longitude', 1),
52
				'longitude'			=> self::GenColInfo('longitude', 'Longitude', 1),
-
 
53
				'altitude'			=> self::GenColInfo('altitude', 'Altitude', 1),
53
				'geodatum'			=> self::GenColInfo('geodatum', 'Référentiel Géographique', 1, NULL, NULL, FALSE),
54
				'geodatum'			=> self::GenColInfo('geodatum', 'Référentiel Géographique', 1, NULL, NULL, FALSE),
54
			);
55
			);
55
		}
56
		}
Line 56... Line 57...
56
		
57