Révision 598caaec
Ajouté par Jocelyn Delande il y a presque 11 ans
ajax/ref_points.php | ||
---|---|---|
41 | 41 |
"type" => "Point", |
42 | 42 |
"coordinates" => [$values[1],$values[0]] |
43 | 43 |
), |
44 |
"properties" => array("name" => $name) |
|
44 |
"properties" => array("name" => $name, "type" => 'loc_point')
|
|
45 | 45 |
); |
46 | 46 |
} |
47 | 47 |
|
Formats disponibles : Unified diff
now displays the circles with the same color as on the pano (sortof...)