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

here.routing_nodes_23_4 should return point geometries rather than multipoint #79

Open
Nate-Wessel opened this issue Nov 26, 2024 · 0 comments

Comments

@Nate-Wessel
Copy link
Contributor

Nate-Wessel commented Nov 26, 2024

Each record is just a single point, but the geometry type is MULTIPOINT, which makes queries using the geom more complicated and error-prone than they need to be.

I'm currently using

ST_GeometryN(geom, 1)

to work around this.

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