Skip to content

WithinDistance error with WKT string #381

Open
@v2belleville

Description

@v2belleville

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions