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.
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.htmllatto latitude andlngtolongitudein all apiControllers, controllers, templates and serviceslatandlngvalues in all indoor locations and introducex,yvalues instead. This highlights the different reference systems of indoor & outdoor locations.