【发布时间】:2013-10-29 15:11:06
【问题描述】:
我从源代码安装了postgresql 9.1 和postgis 2.0。
现在我编译并安装了pgrouting 2.0(经过一小时搜索依赖项)。
我在postgres 的数据库中创建了extension。
我包含了来自 sql 文件 pgrouting.sql 的函数
但我需要的功能在pgrouting_legacy.sql和pgrouting_dd_legacy.sql
错误输出为:psql:/usr/share/postgresql/9.1/contrib/pgrouting-2.0/pgrouting_legacy.sql:299: ERROR: type "geoms" does not exist
Postgresql 和 Postgis 工作正常...
我遵循了这个文档: http://pgrouting.org/docs/1.x/install.html
http://www.bostongis.com/PrinterFriendly.aspx?content_name=pgrouting_osm2po_1
【问题讨论】:
标签: gis postgresql-9.1 postgis pgrouting