I am trying to find shortest path between two building for my campus area (The layers are created in QGIS with vector format). In PostGIS database I am able to create the data for pgRouting project. The shortest path between two node is also shows on the database when Query is fired.
But When I am using OpenLayer library to show the data and result on browser as map but it is not showing any data. I am using tutorial on this link: http://workshop.pgrouting.org/chapters/ol3_client.html
Please any one is having some solution on this problem.