pgr_alphashape is returning a geometry collection?

Dapeng Wang wangdapeng20191008 at gmail.com
Sat Feb 17 18:02:14 PST 2024


I think this is correct, your query statement is 'SELECT
pgr_alphaShape((st_collect(v.the_geom))) as geom FROM ways_vertices_pgr as
v, result as r WHERE r.node = v.id;'.
The return value of the pgr_alphaShape function is a GEOMETRY COLLECTION.

For reference, please seehttps://
docs.pgrouting.org/3.6/en/pgr_alphaShape.html.

Sorry, I went through a long vacation.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20240218/6e7b6a74/attachment.htm>


More information about the postgis-users mailing list