Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1138 Rev 1139
Line 249... Line 249...
249
		if ($communes !== false) {
249
		if ($communes !== false) {
250
			foreach ($communes as $commune) {
250
			foreach ($communes as $commune) {
251
				if (is_numeric($commune['lat']) && is_numeric($commune['lng'])) {
251
				if (is_numeric($commune['lat']) && is_numeric($commune['lng'])) {
252
					extract($commune);
252
					extract($commune);
253
					$id = self::MARQUEUR_COMMUNE.':'.$lat.'|'.$lng;
253
					$id = self::MARQUEUR_COMMUNE.':'.$lat.'|'.$lng;
254
					//$this->definirLatLngMaxMin($marqueurs, $lat, $lng);
-
 
255
					$lata = round($lat, 5);
254
					$lata = round($lat, 5);
256
					$lnga = round($lng, 5);
255
					$lnga = round($lng, 5);
Line 257... Line 256...
257
 
256
 
258
					if (!isset($points[$id])) {
257
					if (!isset($points[$id])) {