Projet

Général

Profil

« Précédent | Suivant » 

Révision 723cb62f

ID723cb62fc9ae3b520a831d9187c0ec0bd1e483b4
Parent fb66982c
Enfant 72402bdf

Ajouté par Jocelyn Delalande il y a plus de 10 ans

and even better with php tags

Fichiers

  • ajouté
  • modifié
  • copié
  • renommé
  • supprimé

Voir les différences

Révisions

ref_points/ref_points-nantes-fma.php
1
<?php
1 2
$ref_points = array (
2 3
                     'Tour de bretagne' => array(47.217611, -1.558167, 120+19.000),
3 4
                     'Sillon de bretagne' => array(47.244444, -1.608222, 85+49.000),
......
8 9
					 'HOST' => array(47.17826,-1.56448, 35.938+20), // 5 grands étages
9 10
					 'HITS' => array(47.230965,-1.63146, 12+51), // 3 grands étages
10 11
					 'Cogent' => array(47.20319,-1.55025, 16+10) // 4 grands étages
11
					 );
12
					 );
13
?>