neo4j version 3.4.0
The gps node contains three attributes:
coordinates: point
location: string
type: string
eg: coordinates: point({srid:4326, x:30.655691, y:104.081602}) ,location: shanghai ,type: gps
I encountered an error while querying:
curl htt...