Révision 73ba56a4
Ajouté par Jocelyn Delande il y a presque 11 ans
ajax/all_points.php | ||
---|---|---|
16 | 16 |
return array("type" => "Feature", |
17 | 17 |
"geometry" => array( |
18 | 18 |
"type" => "Point", |
19 |
"coordinates" => array($values[1],$values[0]);
|
|
19 |
"coordinates" => array($values[1],$values[0]) |
|
20 | 20 |
), |
21 | 21 |
"properties" => array("name" => $name, "type" => 'loc_point') |
22 | 22 |
); |
Formats disponibles : Unified diff
typo