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
CALL spatial.addLayer("points","wkt","WKT");
all apoc.load.csv("c2c.v2021.waypoints.ZoneEtude.WKT.csv") YIELD map
call spatial.addWKT("points",map.WKT) yield node
with node, map
set node.id=map.id,node.name=map.name;
match (n {id:"37411"})
with n.WKT as geom
call spatial.withinDistance("points",geom,0.1) yield node
see picture for error
it happens on a 3.20 DB created with just
file here http://v2belleville.eu/tests/c2c.v2021.waypoints.ZoneEtude.WKT.csv
but getting a same error with similar query in 4.2
The text was updated successfully, but these errors were encountered: