We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
py2neo version: 2021.2.3 python version: 3.9.15
2021.2.3
3.9.15
I created a database with nodes that include coordinates and am able to retrieve them using the basic GUI with this query:
match (n) return n limit 1;
However, when I attempt the same thing using py2neo like this:
graph.run("match (n) return n limit 1;")
I get the following error:
TypeError: Cypher literal values of type interchange.geo.WGS84Point are not supported.
TypeError: Cypher literal values of type interchange.geo.WGS84Point are not supported
Are there plans to include WGS84Point support? If not, is there perhaps a work-around?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
py2neo version:
2021.2.3
python version:
3.9.15
I created a database with nodes that include coordinates and am able to retrieve them using the basic GUI with this query:
match (n) return n limit 1;
However, when I attempt the same thing using py2neo like this:
graph.run("match (n) return n limit 1;")
I get the following error:
TypeError: Cypher literal values of type interchange.geo.WGS84Point are not supported
.Are there plans to include WGS84Point support? If not, is there perhaps a work-around?
The text was updated successfully, but these errors were encountered: