从“st_centroid”.roads中选择“st_centroid(the_geom)”,“Roads.”“id”
我如何做质心,但返回它作为kml?基本上,我想要的是线的中心、线、线和道路的名称。有没有办法将道路的最长质心返回为x&y
发布于 2012-06-22 04:42:25
从道路中选择ST_AsKML(ST_Centroid(the_geom)),id
https://stackoverflow.com/questions/11141343
相似问题