I am using pgrouting 2.1.0.
I have spatial and non-spatial data in different table(in different schema). Here I am creating a view
which contain geom(filled), id(filled) source(blank) and target(blank).
I have tried pgr_createTopology()
function but on view it is running as it requires table. Also tried to write query in pgr_createtopology()
but not succeeded. Can any one suggest other option.
I can not merge spatial and non-spatial data.