Ticket #27 (new feature request)
Support Topology for pgrouting
Reported by: | DuyTan | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Version 1.2 |
Component: | pgRouting package | Version: | |
Keywords: | Create Topology ( source and target ) | Cc: |
Description
If you have a shapfile table of streets and import into postgreSQL. In table include colums folow: X1, Y1,X2,Y2.
To can use pgrouting, topology need to add columns: source(interger), target(interger), length(numberic)
Length column can use length of 'the_geom' column.
It is dificuty to udate 'source' and 'target' columns.
You can create name 2 colums.It will help you to write source and target into db postgres by program folowing.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.