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