Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WithinDistance error with WKT string #381

Open
v2belleville opened this issue Jun 9, 2021 · 0 comments
Open

WithinDistance error with WKT string #381

v2belleville opened this issue Jun 9, 2021 · 0 comments

Comments

@v2belleville
Copy link

see picture for error

it happens on a 3.20 DB created with just

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

file here http://v2belleville.eu/tests/c2c.v2021.waypoints.ZoneEtude.WKT.csv

but getting a same error with similar query in 4.2

withinDistanceError

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant