1
|
<?php
|
2
|
$ref_points = array (
|
3
|
"Église saint-germain" => array(49.413518,2.815479, 37),
|
4
|
"Mairie de Compiègne" => array(49.417842,2.826045, 42),
|
5
|
"Pylône TDF mont-ganelon" => array(49.444393,2.852277, 175),
|
6
|
"UTC - Benjamin Franklin (batiment A, antenne Graf'Hit)" => array(49.415573,2.818663, 36),
|
7
|
"Église Saint-Paul des sablons (quartier de la victoire)" => array(49.404308,2.821616, 57),
|
8
|
"Pavillon de l'hâbitat" => array(49.394198,2.78987, 34),
|
9
|
"Tour rose First-location (ZAC Mercières)" => array(49.389909,2.789854, 32),
|
10
|
"Église saint-antoine" => array(49.415837,2.823295, 40),
|
11
|
"Église saint-jacques" => array(49.417032,2.82789, 46),
|
12
|
);
|
13
|
?>
|