Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2172 Rev 2178
Line 208... Line 208...
208
			$point_allege = array();
208
			$point_allege = array();
209
			$point_allege['id'] = self::MARQUEUR_STATION.':'.$point['latitude'].'|'.$point['longitude'];
209
			$point_allege['id'] = self::MARQUEUR_STATION.':'.$point['latitude'].'|'.$point['longitude'];
210
			$point_allege['type_emplacement'] = 'stations';
210
			$point_allege['type_emplacement'] = 'stations';
211
			$point_allege['nom'] = self::formaterNomStation($point, 'stations');
211
			$point_allege['nom'] = self::formaterNomStation($point, 'stations');
212
			$point_allege['lat'] = (float)$point['latitude'];
212
			$point_allege['lat'] = (float)$point['latitude'];
213
			$point_allege['lng'] = (float)$point['wgs84_longitude'];
213
			$point_allege['lng'] = (float)$point['longitude'];
214
			$point_allege['zonegeo'] = $point['ce_zone_geo'];
214
			$point_allege['zonegeo'] = $point['ce_zone_geo'];
Line 215... Line 215...
215
 
215
 
216
			$point = $point_allege;
216
			$point = $point_allege;