You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename lat to latitude and lng to longitude in all apiControllers, controllers, templates and services
Delete all lat and lng values in all indoor locations and introduce x, y values instead. This highlights the different reference systems of indoor & outdoor locations.
The text was updated successfully, but these errors were encountered:
to support spatial capabilities in Neo4j 3.x, using the
point({latitude, longitude})
class as well as the built in functiondistance(point(a), point(b))
: http://www.jexp.de/blog/html/full-text-and-spatial-search-in-neo4j-3.htmllat
to latitude andlng
tolongitude
in all apiControllers, controllers, templates and serviceslat
andlng
values in all indoor locations and introducex
,y
values instead. This highlights the different reference systems of indoor & outdoor locations.The text was updated successfully, but these errors were encountered: