Project

General

Profile

« Previous | Next » 

Revision 73ba56a4

ID73ba56a44a0fd0db73af9f00ed0c491979f8d768
Parent 3d8d154e
Child a3184cec

Added by Jocelyn Delande almost 10 years ago

typo

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences

Changesets

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
	             );