Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SELECT st_centroid(the_geom), road."id" FROM "public".roads
我将如何处理质心但将其作为 kml 返回?基本上我想要线绳的中心和道路的名称。有没有办法将道路质心的纬度返回为 x & y
SELECT ST_AsKML(ST_Centroid(the_geom)),id FROM 道路
我正在尝试使用以下命令在 AppFog 上部署 Rails 应用程序(2.3.8):
af login af update app_name
我正在使用更新,因为 AppFog 上已经存在该应用程序。但是,我不断收到此错误:
Error (JSO