Révision eb537a36
Ajouté par Jocelyn Delande il y a presque 11 ans
ajax/all_points.php | ||
---|---|---|
33 | 33 |
} |
34 | 34 |
|
35 | 35 |
|
36 |
foreach(site_point::get_all() as $site_point) { |
|
36 |
foreach(site_point::get_all(true) as $site_point) {
|
|
37 | 37 |
$json['features'][] = $site_point->to_geoJSON(); |
38 | 38 |
} |
39 | 39 |
|
Formats disponibles : Unified diff
small fixes arround site_point::get_all() usage